Hello All,
I have a problem with the receiver FCC . I have the following text file attached. All i require is to convert it to xml and convert it back to text. I need this as I require the file name of the text file . This is a file to file scenario
The Message type is below.
MT_FILE
LINE (0..UNBOUNDED)
FileName - - ( Mapped to a UDF to get the file name )
Below is the Sender FCC parameters:
Recordset Structure : Line
Recordset Sequence: Ascending
Line.fieldSeparator :'nl'
Line.fieldSeperator: fromConfiguration
Line.fieldNames :Line
ignoreRecordsetName: true
The xml file before message mapping after the sender file content conversion looks like below.
<?xml version="1.0" encoding="utf-8" ?>
</Line>
</Line>
</Line>
</Line>
</Line>
Are the above parameters for sender FCC correct ?
Now in the receiver what parameters i need to pass to get back the txt file before the sender FCC .
Please advise .
Thank you,
Teresa