visible in the dump (.csv) file

Hi ,
i have ran the dump with cpinternal utf-8 -cpstream utf-8 and -cpcoll basic.
I could see  in the dump at the beginning of the file.
Could any one help me removing "" at the beginning of the file.

Why i see those characters in the dump?

Thanks in advance
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
I believe what you're seeing there is the UTF-8 BOM (byte order mark). You probably don't need to remove it. If the target system or application for this .csv is expecting a UTF-8-encoded file then it should know how to interpret the BOM.
 
Top