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
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