yulqen / bcompiler-engine

MOVED: A Python library to alleviate the pain of using Excel spreadsheets to collect data from your stakeholders.
https://git.sr.ht/~yulqen/bcompiler-engine
MIT License
4 stars 1 forks source link

Handle BOM in CSV file saved in Excel #20

Closed yulqen closed 4 years ago

yulqen commented 4 years ago

There may be a case when the Byte Order Mark character (\ufeff) appears at the start of the csv file, which indicates that the following is Unicode. We have to be able to detect and handle.

engine\utils\extraction.py does the datamap extraction and should handle it.

yulqen commented 4 years ago

Improved error message in c1eca5b2.