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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Split XML by looping - merge result into new xml

0683p000009MGAO.png
                                                                           
Hello,



I splited a XML file to several outputs as there are:
- pos: 1-999 positions to one top element
- addresses: 1-10 in top element
- places: 1-10 in top element


As a next step I would like to merge the output into a new XML with a top element using some of the addresses and places and underneath that all positions.
How to achieve?
Thanks & best regards,
Arko

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,
I found a solution I would like to discuss:
I duplicated the above job and used only one output of the map and a buffer for the result. So there are three jobs now getting addresses, places and the top elements.
Next I created a new job which uses the created jobs and joins them into a new result xml.
Is this the optimal solution? Are there other possibilities?
Any hints welcome!
Thanks & best regards,
Arko