Row to Column conversion in Talend

爷,独闯天下 提交于 2019-12-24 05:02:28

问题


I am learning Talend Open studio. I want to implement the scenario where a row converts into 3 rows. My Source is like

Col1    Col2    Col3
a        b       c

I want to get the output like below

Col
a
b
c

I have used tcolumntopivotdelimited but failed.


回答1:


Here is the solution :

In your tmap you need to concat with a ";" for example and normalize the resulted column with the good delimiter



来源:https://stackoverflow.com/questions/41463671/row-to-column-conversion-in-talend

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!