Good Day,
I'd like to import a text file to SAP PI by using communication channel type "file".
The content of the original textfile looks like:
545140441585805 4 00011990110302062014081200
545140441585805 4 00011990100102062014180003
But after importing this structure into PI, I got following XML structure in sxmb_moni:
<recordset>
<DEFAULT>545140441585805 4 00011990110302062014081200</DEFAULT>
</recordset>
<DEFAULT>545140441585805 4 00011990100102062014180003</DEFAULT>
</recordset>
My problem is that multiple white spaces of the original text file are reduced to one whitespace.
(see before and after the '4').
I allready set the parameter recordset.fieldContentFormatting to blank in the communication channel.
Best Regards
Lukas