Originally posted by: SystemAdmin
I have an xml message coming in (See below) and a flat file going out. In the flat file CaseData node represents one record and each ClientData node represents a record. I have this all working, however, the receiving application wants the first ClientData record to be when X = 1.
Can I partition on the outbound .mtt (COBOL) or do I ave to do it in the inbound .mtt (XML). If it has to be on the inbound how do I partition in the .mtt. Is it the same as when you partition in a flat file?
Thank you for your assistance.
<Record>
<CaseData>
<C></C>
<D></D>
</CaseData>
<ClientData>
<X></X>
<Y></Y>
<Z></Z>
</ClientData>
<ClientData>
<X></X>
<Y></Y>
<Z></Z>
</ClientData>
<ClientData>
<X></X>
<Y></Y>
<Z></Z>
</ClientData>
</Record>
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender