Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struggling to find a way to extract data between 2 strings #155

Closed
sourabhkrishna opened this issue Aug 26, 2019 · 0 comments
Closed

Struggling to find a way to extract data between 2 strings #155

sourabhkrishna opened this issue Aug 26, 2019 · 0 comments

Comments

@sourabhkrishna
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant