Expand my Community achievements bar.

Interested in becoming an Adobe Analytics Champion? Join us on May 15 at 9 am PT, and learn how to become a 2025 Adobe Champion.

Remove Byte Order Mark (BOM) special characters --  -- from the beginning of CSVs

Avatar

Level 3

1/20/14

For Data Warehouse .csv queries, the file has three pesky characters -- ï»¿ -- at the beginning of the file. At best, that's just a nuisance, but, at worse, it requires some cleanup scripting if that file is being pulled into another system via FTP.

 

From poking around online, this has to do with the encoding of the file. It would be great to never see those characters again.