Hi Eric!
Since you use "SimplePlain2XML" conversion mode, you don't need to use xml.recordset* parameters.
xml.encoding should be set to "UTF-8".
If your source file data is splitted line by line than I guess you should use 'nl' as xml.endSeparator.
Regards, Evgeniy.
Hi Evgeniy,
I replaced xml.recordset* parameter by xml.structureTitle : LIGNE
I set the value UTF-8 for parameter xml.encoding
for the parameter xml.endSeparator , if I set the value with 'nl' , there is an error during runtime and when I set the value with nl, at runtime I have only root element as previously <ns:MT0032_SABA_input xmlns:ns="http://zzzz.be/xi/zzz/SABA"></ns:MT0032_SABA_input>.
I don't see were is the error.
Can you help me?
Regards.
Eric Koralewski
Hi have u solved it?
I facing the same issue, could not convert out the *.txt message to be XML format.
Add comment