cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with UTF-8 encoding in receiver file adapter

Former Member
0 Likes
2,056

Hi Experts,

I am working with receiver file adapter where i am using utf-8 as encoding. In the receiver FTP,file is appearing as encode in utf-8 without BOM, If i open with notepad++. The requirement is to appear the file in utf-8 not in utf-8 without BOM.

I tried mapping with BOM() as an extra field  and module parameters as suggested in other blogs.

But, still the file is appearing as encode in utf-8 without BOM. Could anone please help me.

Thanks & regards,

Raghunath B

View Entire Topic
markangelo_dihiansan
Active Contributor
0 Likes

Hi Raghu,

Can you try opening your XML file using a Hex editor? The first three bytes should be EF BB BF, although this will not appear in notepad or notepad++ see example below:

Regards,

Mark

Former Member
0 Likes

Hi Mark,

Thanks for your reply. We are placing the file in Text format not in xml.

Thanks & regards,

Raghunath B