We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

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
CoG
14 - Magnetar

RegEx Parse:

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

 

Let me know if this works for you!

samxhander09
8 - Asteroid

Worked like magic!

Labels
Top Solution Authors