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

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