Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

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