You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a small Excel XLS file. I saved it and exported XLSX and CSV to use in a test suite for a Tabular-based POR utility class. I chose the UTF-8 CSV option from Excel to create the CSV.
When I read the file, the UTF-BOM remains in the first column name. You can see them from the byte-wise deconstruction of the column name.
While I did save XLS as UTF-8 CSV instead of plain CSV, I'd still like the option to remove the BOM. I won't know whether other incoming CSV files will have the BOM or not.
The text was updated successfully, but these errors were encountered:
I created a small Excel XLS file. I saved it and exported XLSX and CSV to use in a test suite for a Tabular-based POR utility class. I chose the UTF-8 CSV option from Excel to create the CSV.
When I read the file, the UTF-BOM remains in the first column name. You can see them from the byte-wise deconstruction of the column name.
While I did save XLS as UTF-8 CSV instead of plain CSV, I'd still like the option to remove the BOM. I won't know whether other incoming CSV files will have the BOM or not.
The text was updated successfully, but these errors were encountered: