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(ETL 工具)中的工作。传入的数据可能具有不同顺序的列。
我该如何处理?我想将它们映射到一个静态目标(我为此使用 tMap)。另外,我需要注意列数(可能少于或多于预期)
检查本教程。它完美地工作:
http://bekwam.blogspot.de/2011/06/dynamic-schemas-in-talend-open-studio.html
tFilterColumn 可用于过滤列从一个组件流向另一个组件。甚至 tmap 本身也是控制 tmap 输出表中列数的好方法。