【发布时间】:2020-12-28 21:38:56
【问题描述】:
我的数据如下所示:
Name | Address | FormName
John | 123 Apple Drive | Form1 Form2 Form3
Dave| 133 Westchester Drive | Form1 Form2 Form3
如何根据 FormName 列将其转换为多行?所以结果是:
Name | Address | FormName
John | 123 Apple Drive | Form1
John | 123 Apple Drive | Form2
John | 123 Apple Drive | Form3
Dave| 133 Westchester Drive | Form1
Dave| 133 Westchester Drive | Form2
Dave| 133 Westchester Drive | Form3
因此为每个人的每个表单创建了一行。
我尝试使用 tJavaFlex 组件,但这对于这个简单的任务来说似乎太复杂了。
【问题讨论】:
标签: talend talend-mdm