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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.