Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Extracting 1 Field Name Separating into 3 Columns

KamenRider
11 - Bolide

Hi 

 

I would like to ask for your assistance in extracting the following separating them into 3 columns.

 

Sample

Capture.PNG

Output or Results

 

Capture1.PNG

Thanks 

Kamen

 

4 REPLIES 4
gawa
16 - Nebula
16 - Nebula

Hi @KamenRider 

 

In this case, Text to Column tool is the best.

In addition to Text to Column, data cleansing is needed to satisfy with your demand. In attached workflow, I utilize REGEX function to parse numeric data.

image.png

caltang
17 - Castor
17 - Castor

An alternative to @gawa 's solution would be the REGEX function:

image.png

 

(\d+\.\d+)\s+([A-Z]+); (\d+) [A-Z]+; (\d+)
Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
KamenRider
11 - Bolide

Hi @gawa  and @caltang 

 

Thanks for your help and ideas.

 

Kamen

caltang
17 - Castor
17 - Castor

Hi @KamenRider if both ideas helped, you can mark both as accepted solutions. Helps others who may have the same issue. 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels
Top Solution Authors