Alteryx Designer Desktop Discussions

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

Need to extract data using REGEX

manu_sept
7 - Meteor

Hi,

I need to extract the data from the sentence mentioned below coming after Item Number of Purchasing Document into sperate column. I am trying to use RegEx but I am not able to figure it out.

SENTENCE: Client: 100; Purchasing Document Number: 4514967096; Item Number of Purchasing Document: 00020; Delivery Schedule Line

 

Looking forward to hear it from the community 

 

Thanks 

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @manu_sept 

 

You can Try Regex parse mode expression

Item Number of Purchasing Document: (\d+)

 

atcodedog05
22 - Nova
22 - Nova

Hi @manu_sept 

 

Here is an example for the explanation.

atcodedog05_0-1608109069689.png

Hope this helps 🙂

messi007
15 - Aurora
15 - Aurora

@manu_sept,

 

below the Regex that will do it as well 🙂

 

messi007_0-1608117143926.png

Attached the workflow,

 

Regards,

Labels