Alteryx Designer Desktop Discussions

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

Splitting Concatenated Data into specific amount of rows

scollier1993
7 - Meteor

Hello!

I have data that basically looks like this:

 

Code1AB,XZ,CD33,66,77
Code2DF,ER22,44
Code3RO11
Code4FO,PL,LU,XY79,67,19,79

 

I would like it to look like this though:

 

Code1AB33
Code1XZ66
Code1CD77
Code2DF22
Code2ER44
Code3RO11
Code4FO79
Code4PL67
Code4LU19
Code4XY79

 

Any thoughts how this could be achieved?

Thank you!

3 REPLIES 3
ShankerV
17 - Castor

Hi @scollier1993 

 

One way of doing this.

 

ShankerV_0-1681833439102.png

 

Many thanks

Shanker V

ShankerV
17 - Castor

Hi @scollier1993 

 

Step 1: Input

ShankerV_0-1681833477193.png

 

Step 2;

 

ShankerV_1-1681833499810.png

ShankerV_2-1681833512804.png

 

Step 3: 

 

ShankerV_3-1681833529044.png

ShankerV_4-1681833536489.png

 

Step 4:

 

 

ShankerV_5-1681833561840.png

ShankerV_6-1681833574693.png

 

Many thanks

Shanker V

binuacs
20 - Arcturus

@scollier1993 Another method of doing this

binuacs_0-1681833923011.png

 

Labels