Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Using Regex need to Extract a string between 2 different delimiters without multicolumns

sakshim
8 - Asteroid

I have a problem, I want to extract a string between 2 different delimiters preferably with regex and without creating multiple columns .

For example, I have a substring which is like  '"ACTO": IMPID-452673";" at any place in the sentence.

 

I just need to extract IMPID-452673 (Kindly note the length of numbers can be more or less ). In every sentence, IMPID is followed by ";"  , 2nd delimiter. 1st Delimiter is  ""ACTO":")

5 REPLIES 5
binuacs
21 - Polaris

@sakshim one way of doing this

image.png

 

sakshim
8 - Asteroid

Many Thanks .... this is wonderful. also, Can I request for a reference to RegEX Table

binuacs
21 - Polaris

@sakshim try https://regex101.com/, where you can test and learn regex

sakshim
8 - Asteroid

This doesnt work if we  its in the middle of the sentence

binuacs
21 - Polaris

Can give me a sample text

Labels
Top Solution Authors