Expand my Community achievements bar.

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.