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

Separate number from string

Ronal_bal
8 - Asteroid

Hi I need to parse number from the string and create new column for numbers

Here is the example
Screenshot 2022-06-14 103738.png

1 REPLY 1
PhilipMannering
16 - Nebula
16 - Nebula

You can use the Regex Tool set to parse with expression (\d+)

See image below,

PhilipMannering_0-1655218063059.png

 

Labels
Top Solution Authors