Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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