且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何遍历talend中的XML类型数据列的子元素

更新时间:2023-11-25 08:42:58

您是否在tXmlMap中为标签设置了作为可选循环?

Do you set up "as optional loop" for your tag in tXmlMap?

您可以尝试使用tExtractXmlFiled和 Loop XPATH query分别使用 / ORDER_DETAIL / ITEMS和 tFlowToIterate来分别读取 Items。

You can try to read "Items" separatly, using tExtractXmlFiled with "Loop XPATH query" : "/ORDER_DETAIL/ITEMS" and then "tFlowToIterate".