This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
General Discussions has some can't miss conversations going on right now! From conversations about automation to sharing your favorite Alteryx memes, there's something for everyone. Make it part of your community routine!
Hi guys!
I have a huge text file and I would like to get all the data between 2 specific strings which are "Ready" and "Commit" for example:
Ready the id for the user is 241 Commit
Ready the email is john@example.com Commit
If I want to get the data between those 2 specific no matter what it is, which regex statement could I use?
Thanks a lot!
Solved! Go to Solution.
Hi @Faresghnaim
Here is a regex for the job.
Use below config in Regex tool.
Output:
Workflow:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Hi @Faresghnaim
Another scenario considering the data is not broken into rows.
Input:
Output:
Workflow:
This might more suit your text file scenario. Please check and let me know 🙂