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

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

0 Likes
View Entire Topic
Former Member
0 Likes

Hi Experts,

I Finally achieved inserting BOM at the beginning of the file using CP1252 as encoding.

Now, the file is recognized as UTF-8. But, Special characters are not appearing properly in the receiver side. Could anyone suggest something about this..?

Thanks & regards,

Raghunath B