Hi,
I have a kind of a similar problem stated in the post. I am trying to create a XML file using the tXMLMap. The input to the Map is a tHashInput which provides a document type input. This input maps with the corresponding elements in the output schema.
The child elements in the input XML are in a loop, and hence the corresponding elements in the output schema are also in loop. I need to group the output schema based on the parent element, but as I have more then one child loop element I am not able to do so.
any suggestions/solutions please.