Combining multiple XML into one using the same schema
Hello,
I'm currently facing a situation where I have several XML files that conform to a shared schema. However, each of these files holds data related to a distinct parent element within the schema. My goal is to merge these files into a unified tFileOutputXML, and I'm utilizing a tXMLMap for this task. Unfortunately, the result I'm getting seems to be duplicating the entire schema for each individual row of data that I input.
Could you kindly guide me on the steps to rectify this issue? I aim to generate a valid XML output that adheres accurately to the XSD Schema I imported. For additional clarity, I've attached some screenshots for your reference.