Alteryx Designer Desktop Discussions

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

Parse numeric from row values

samxhander09
8 - Asteroid

Hi, community!

Question,, how can I parse specific numerical values from a string of text? 

 

Im attaching a sample input and expected output for clearer view. thanks a lot in advanced

2 REPLIES 2
AndrewDMerrill
13 - Pulsar

RegEx Parse:

.*\s(.*?\d.*?)$

 

Let me know if this works for you!

samxhander09
8 - Asteroid

Worked like magic!

Labels