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

General Discussions

Discuss any topics that are not product-specific here.
SOLVED

How to Transpose the comma delimited data into rows

mark_paul
8 - Asteroid

Hello,

 

Could some one help below 

 

Input:

IDNameType
123Test1,Test2Type1,Type2
124Test3,Test4Type3,Type4

 

Output:

IDNameType
123Test1Type1
123Test2Type2
124Test3Type3
124Test4Type4

 

Thanks,

Mark

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

Hey @mark_paul, I've attached a couple of ways you could go about handling this. One a bit simpler/quicker than the other but the top should handle this more dynamically if you don't always have a 1:1 relationship between the number of [Name] and [Type] you're splitting.

 

15.png

 

Hope this helps!

Eden60
7 - Meteor

Thanks for sharing these images. it is really helpful.

Labels
Top Solution Authors