Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Parsing the data

Idyllic_Data_Geek
8 - Asteroid

I will like to split a row into multiple rows, if a column has values separated by a comma

 

 

For example ,

lobNumber
A908642,03950345
B0383589,0395122,1243584

 

The above should be prepared as below,

lobNumber
A908642
A03950345
B0383589
B0395122
B1243584
2 REPLIES 2
ChrisTX
16 - Nebula
16 - Nebula

Use the Text to Columns tool, and choose the radio button for Split to rows.

 

Chris

Jay-RDC
8 - Asteroid

To be specific.

 

jayrdelacruz18_0-1656609057987.png

 

Labels
Top Solution Authors