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

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