cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Subscribe

Hi,

Am trying to convert Big-Endian content format (file to file scenario with content conversion in both adapters) with sender file adapter to utf-8 format file which is going to upload into SAP.

but am getting an issue while converting Big-Endian content...if you see input file...its converting in wrong format as the content is generating with blanks and so...fixedfiledlengths are showing wrong data.

anybody please help me what is going wrong...

-Kishore

0 Likes
View Entire Topic
nabendu_sen
Active Contributor
0 Likes

Hi Kishore,

Have you checked the below blog and the reply of Deepak:

http://scn.sap.com/thread/1644363

In your sender file channel Specify the File Type Text.

Once  you have selected Text, specify a code page under File Encoding. 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.

Following are the values you can use. I think in ur case use UTF-16.

ā—‹       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

UTF-8 (BC-ABA)

ā—‹       UTF-16BE

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

ā—‹       UTF-16LE

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

ā—‹       UTF-16

UTF-16 (BC-ABA), byte order

Regards,

Nabendu.