How to loop through child elements of XML type data column in talend
问题 I want to migrate data from an old table which has one column which has data in XML form. I am trying to break the XML using talend but always getting the first element again and again. This is the data i have in my OLD DB: ID DETAIL 1 <ORDER_DETAIL> <PACK> <ID>703</ID> <NAME>iPhone 6-16 GB-Space Grey-KD 57 Pack</NAME> <STANDALONE_PRICE>0</STANDALONE_PRICE> <MONTHLY_PRICE>57</MONTHLY_PRICE> <UPFRONT_PRICE>0</UPFRONT_PRICE> <ITEMS> <ITEM> <ID>177</ID> <NAME>Bundle_2500_30GB_UNLIMITED</NAME>