I have a File to Proxy scenario where I have to import a csv file. Therefore I used a file adapter with content conversion till now. Because of security regulations I have to switch over to the SAP SFTP adapter. As you know this adapter has no content conversion opportunity by default. So I have to use the MessageTransformBean.
And here is my problem: The used field separator in the import file is the sign þ (Thorn)
With the standard file adapter it was possible to enter this sign in the xxx.fieldSeparator property directly. I tried the same with the xml.fieldSeparator property of the MessageTransformBean but it doesn't work.
If I change the field separator in the file to ; and set this value in the adapter configuration too, all works fine. But this is no opportunity for me because I have no influence on the delivered files in my prod landscape.
Not sure if this is important but my file is in ISO-8859-1.