Hi Data Services guru's,
I am creating a dataflow which reads an xml file, transforms it, and subsequently writes it as a new XML file.
The source and target are different (the target having more fields, which should be populated by default values or fixed values).
Both source and targets have 1000s of fields and 100s of nested structures. (They originate from SAP CRM).
My problem is that I can't find a way to get the new fields / nested structures in the output schema of my transformation.
I can manually add them, but that is a lot of work.
When I try to copy and paste fields (from the target object to the transformation, they are added, but not necessarily in the right order.
How can I easily get the structure of my target xml format in the target section of my transformation?
Thanks for your help in advance.
Jan.