My scenario File(.csv)->DynamicsCRM
The file is sent from ERP 4.7 system. We're using SFTP adapter to pick up the file.
Issue: There is a field where user can enter any address and they're using diacritical character("á") in the field. The file placed is showing the correct character but when it is read in PO 7.5 the character gets replaced with a "?"
Steps tried:
1. Used MTB to handle the encoding. i.e.
Transform.ContentTypetext/plain;charset=ISO-8859-1Conversion.charsetutf-82. In the advanced tab used file.encoding as BIN|UTF-8.
But still the character is changed to "?"
Any suggestion on the ABAP or the PO system that would help solve the problem?