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

Generate single bulk xml file

Hi,

 

I have requirement to read the attributes from xml and generate the bulk single xml file for all the rows.I am able to create individual xml for each and every input records in xls file , but i do not know how to club togather all the xml in one bulk xml.

 

Can anyone help me to achieve this please.

 

Please find below sample of input data and output xml which i have generated using talend job.

 

0683p000009LvBa.pngInput to the job

 

0683p000009LvBf.pngoutput xml sample

 

Regards

PK

Labels (1)
3 Replies
Anonymous
Not applicable
Author

You will need a looping element. With a looping element you can quite easily use the tXMLMap after ticking the "All in one" option in the tXMLMap output table config (the spanner).

Anonymous
Not applicable
Author

Hi,

 

Thanks for your reply.

I want entire set of xml in one file, in this case which element should i select for loop.

 

Thanks

PK

 

Anonymous
Not applicable
Author

You need to ensure your XML schema allows this (if it is not owned by you) or add a looping element to surround your data that repeats.