General Discussions

Discuss any topics that are not product-specific here.
解決済み

How to Transpose the comma delimited data into rows

mark_paul
アステロイド

Hello,

 

Could some one help below 

 

Input:

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

 

Output:

IDNameType
123Test1Type1
123Test2Type2
124Test3Type3
124Test4Type4

 

Thanks,

Mark

2件の返信2
DataNath
キャスター

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
メテオール

Thanks for sharing these images. it is really helpful.

ラベル