cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver File Adapter - Encoding issue.

Former Member
0 Kudos

Hi Everybody,

The file format (encoding) is different to the format generally we used to get.

Currently we are get the flat files in DOS format.The current file when we are downloading it we are getting it in the UNIX or other format.

For eg: 20 has been changed to 0D in the file.

Can somebody help me on the same.

Thanks,

Zabiulla

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

In file endcoding paramters you could specify the encoding format that your are expecting on sender and receiver side.

Please note that you should mention the precise name of the encoding format.

Thanks

Swarup

Former Member
0 Kudos

Hi,

Check on this for file adapters

Text

Under File Encoding, specify a code page.

The default setting is to use the system code page that is specific to the configuration of the installed operating system. The file content is converted to the UTF-8 code page before it is sent.

Permitted values for the code page are the existing Charsets of the Java runtime. According to the SUN specification for the Java runtime, at least the following standard character sets must be supported:

■ US-ASCII

Seven-bit ASCII, also known as ISO646-US, or Basic Latin block of the Unicode character set

■ ISO-8859-1

ISO character set for Western European languages (Latin Alphabet No. 1), also known as ISO-LATIN-1

■ UTF-8

8-bit Unicode character format

■ UTF-16BE

16-bit Unicode character format, big-endian byte order

■ UTF-16LE

16-bit Unicode character format, little-endian byte order

■ UTF-16

16-bit Unicode character format, byte order

Regards

Vijaya