Originally posted by: muralee
I have 2 maps and 1st map will call 2nd map through RUN function.
The 1st map will read text data and write to XML file.
from the output card i am calling 2nd map through RUN function and passing text data to it.
The 2nd map will also read text file and map to XML output.
Both the maps are working fine.but the issue is the out put from 2nd map is not in XML format.
Expected:
<element1> abc </element2>
<element2> 123 </element2>
Actual:
<element1> abc </element1>
<element2> abc </element2>
If i run the 2nd map seperately,its creating the XML file.When i call the 2nd map through RUN function,its causing problem.
Thanks
muralee
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange