Originally posted by: karthikpc
Hi RP,
Create your type tree as follows. So that you can use same name under one root. In your case Output.
Output:
File1(0:1) --------------------------------------------------> Implicit, No initiator, No Terminator
AddressDetails(s)
File2(0:1)--------------------------------- ------------------> Implicit, No Initiator, No terminator
AddressDetails(s)
------------------------
You may get a warning: Component1(File1) may not be distinguishable from Component 2 (File 2). Ignore this warning because, you are using this type tree as a Output structure. So this will not be an issue.
Now Map input1(s) to File1->AddressDetails(s) And Input2(s) to File2->AddressDetails(s)
Cheers,
KPC
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange