You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above is how my input data in txt file format is generated. How do I extract data between start and end Guids and ignore all guid that do not have an end mentioned in the data.
The text was updated successfully, but these errors were encountered:
Sample Data:
**** GUID1 START ****
data1
data2
**** GUID1 END ****
**** GUID2 START ****
data1
data2
data3
**** GUID2 END ****
**** GUID3 START ****
data1
data2
**** GUID4 START ****
data1
data2
data3
data4
**** GUID4 END ****
The above is how my input data in txt file format is generated. How do I extract data between start and end Guids and ignore all guid that do not have an end mentioned in the data.
The text was updated successfully, but these errors were encountered: