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