cancel
Showing results for 
Search instead for 
Did you mean: 

File Conversion from UTF8 to Ansi

Former Member
0 Kudos

Hi experts,

Please help me how to convert a file from UTF8 Format (Sender :Sap system)to Ansi format (Receiver : Mainframes system)?

How to configure the ID part?

Regards

Sai

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

We 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.

What we are achieving is we are able to convert files till 18KB to ANSI format, but larger files are not getting converted to ANSI format. The output is UTF-8 for larger files.

We are using below in the Module parameter:

Module Key - Encode

Parameter Name - Transform.ContentType

Parameter Value - text/plain;charset=ISO-8859-1

Please help to let me know how can large files be converted to ANSI.

Thanks

Vimal

Former Member
0 Kudos

In the receiver file communication channel, you can mention the encoding you want.

Go to the processing tab of receiver communication channel --> Select File Type as Text --> Write ANSI in the File Encoding parameter.

-Supriya.

stefan_grube
Active Contributor
0 Kudos

> Go to the processing tab of receiver communication channel --> Select File Type as Text --> Write ANSI in the File Encoding parameter.

ANSI won't work, as this is not a valid codepage.

you can use following parameters:

cp1252

ISO8859-1

http://en.wikipedia.org/wiki/ISO/IEC_8859-1

Former Member
0 Kudos

Thanks a lot

Former Member
0 Kudos

Hi,

how to convert a file from UTF8 Format (Sender :Sap system)to Ansi format (Receiver : Mainframes system)?

How to configure the ID part?

By default in sender and receiver the encoding is UTF8.

If u want to convert into other formats please mention the same in the CC.

File encoding u want...Have a look a it

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

Babu