Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Talend 中导入一个 excel,其中一些 Header 值由 enter(\n) 键组成。例如,标题包含“Abc (Date)”作为标题行。我尝试将文件作为 csv 将字段分隔符设为“,”,将行分隔符设为“\n”。在转义字符设置中,我将文本附件设为“\””。
即使那样,我的标题也被分成两行,分别为“Abc”和“(日期)”。我无法将标题数量设置为 2,因为并非所有标题都具有由 enter 键分隔的数据。
在此先感谢您的帮助
请看一下这个 Jira,这是产品以前版本中的问题,但应该在 5.2.2 或更高版本中修复:
https://jira.talendforge.org/browse/TDI-25622