Originally posted by: swatiroi
Hi Nancy,
Here is the project interchange attached with this thread which we were trying to run for Functional Maps usage. This is the simple Cobol to XML copy book example.
Input Text File Records -
WIDGET 16 JOHN DOE 122 NORTH ST MIAMI LL 33177
WWIIET 17 JJJJ ABC 123 SOUTH NT JAPAN MM 33178
Output XML Data -
<purchaseOrder orderDate="2011-07-08">
<item>WIDGET</item>
<item_count></item_count>
<shipTo>
<name>JOHN DOE</name>
<street>122 NORTH ST</street>
<city>JOHN DOE</city>
<state>LL</state>
<zip></zip>
</shipTo>
</purchaseOrder>
Unfortunately we are still able to transfer only one recrod to the XML file.
Please note that the approach we followed to use the Functional Maps could be wrong or may contain some mistakes.
Could you please take a look at it and let us know where exactly we have done mistakes?
Thanks a lot for your help and time. Your help is much appretiated.
-Swati
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender