What is a UTF-8 BOM?
A byte-order mark is a three-byte signature placed at the start of some UTF-8 files. It is normally invisible in a spreadsheet, but strict importers may interpret it as part of the first column name.
EFBBBFremovedStrip the hidden byte-order mark that causes “Invalid Header” and unexpected-character errors, then download clean UTF-8.
A byte-order mark is a three-byte signature placed at the start of some UTF-8 files. It is normally invisible in a spreadsheet, but strict importers may interpret it as part of the first column name.
EFBBBFremovedOpen the file in a code editor and save it as UTF-8 without BOM.
Upload once. The BOM is detected, removed, and the CSV is returned as clean UTF-8.