Originally posted by: Greenspan
Our system uses ISO20022 XML messages ("pain.001.001.02" ). We want to migrate the processing to a batch job running WTX. We are facing a problem where the file when transferred to mainframe are being wrapped at end of records.When the map reads the file it considers the wrapping round as an insert of a <CR><LF> and fails.To illustrate the point let's say the XML data is as below
<GrpHdr><MsgId>XMLHVBMJUL17D</MsgId><CreDtTm>2008-07-14T10:07:13.206</CreDtTm><BtchBookg>false</BtchBookg><NbOfTxs>1....
However if the record length of the mainframe file is such that the record ends at
" <BtchBookg>fals " then the mainframe file looks as below
<GrpHdr><MsgId>XMLHVBMJUL17D</MsgId><CreDtTm>2008-07-14T10:07:13.206</CreDtTm><BtchBookg>fals
e</BtchBookg><NbOfTxs>1....
The map considers the line wrapping as insertion of CRLFs and rejects.
Is there anyway we can handle that inside WTX ?
Thanks and regards
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender