Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

XML with multiple child loop

I have to process on xml with multiple child loop elements...could you please suggest design...currently Job is build in Abinitio and we are trying to convert it to Talend...in current job design...child loops are normalized one by one...how the design will look in Talend...I tried to create MetaData from XSD...what would be the XPath if need to process all child loop elements...can I do in one step or divide in steps?

Labels (3)
4 Replies
Anonymous
Not applicable
Author

Hello,

Could you please elaborate your case with an example with input and expected output values?

Best regards

Sabrina

Anonymous
Not applicable
Author

Consider using Talend Data Mapper which is designed for arbitrary depth hierarchies.

Anonymous
Not applicable
Author

Thanks! Haven't used it before...let me try.
Anonymous
Not applicable
Author

PFA XML Sample. 

Parent loop is - MasterAgreement

Child Nodes are - SecurityAgreementList , MultibranchEntityList, FirmBranchesList 

Need to write data after normalizing to Oracle so scenario is if there are multiple records for first than I have to create those many rows...after that go to second child and again if there are multiple records...create those many rows and so on.


XML.JPG