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

Text to column - automation help needed

tomekgagola
7 - Meteor

Hi,

 

I have the datasets that is something like below:

 

ValueID
1A,B,C
2AA,BB,CC
3A1,A2,A3
4A2,B2,C2,C4


Here is the desired outcome:

 

ValueID
1A
1B
1C
2AA
2BB
2CC
3A1
3A2
3A3
4A2
4B2
4C2
4C4


I am able to do it in designer using workflow, however the method I use is very static and needs multiple selects. I wondered if there is a way to do it in more automatic way especially that my dataset might contain +25 ID initially inside the same cell.

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @tomekgagola 

 

Configure Text to Column like below

 

atcodedog05_0-1631888784641.png

Hope this helps : )

 

tomekgagola
7 - Meteor

That was quick. Appreciate it.

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @tomekgagola 

Cheers and have a nice day!

Labels
Top Solution Authors