Hi All,
We are using SFTP and are required to convert the file to ANSI format and do a PGP encryption. The third receives the file in ANSI format decrypts it and it should remain ANSI.
We are using below in the Module parameter:
Module Key - Encode
Parameter Name - Transform.ContentType
Parameter Value - text/plain;charset=ISO-8859-1
When the source contains special characters like "é", then the SFTP module converting file into utf-8.
Please help to let me know how can we can handle such special characters.
Thanks,
Vinod