cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP encoding problem

Former Member
0 Kudos

Hi Experts,

We had a scenario where we are receiving scandinavian characters (Ø) from ECC and converting the file content conversion and sending the file to SFTP server, which is a linux system. When we open the file in the SFTP server, its showing some other characters (Ø ) . The Scandinavian characters are not reflecting in the SFTP server.

Is there any module or feature to handle these kind of characters?

Could you please help me on this.

Thanks,

Srinivas.

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

The character is encoded in UTF-8. If you want to have the character in another code page, (for example iso-8895-1 or cp1252), then put the code page to the file adapter channel setting. Ask the customer or project lead, which code page is requested.

nitindeshpande
Active Contributor
0 Kudos

Hi Srinivas,

Does it show the characters correctly in your PI receiver channel?

If yes, then the problem would be from your Linux server, they need to do the encoding change in their system. And no modification is needed in the PI end.

Regards,

Nitin