AutoFlowResearch / SmartPeak

Fast and Accurate CE-, GC- and LC-MS(/MS) Data Processing
MIT License
43 stars 13 forks source link

Feat/check csv file #513

Closed bertrandboudaud closed 2 years ago

bertrandboudaud commented 2 years ago

It happened some times that user provides a file with the UTF8 BOM marker, which introduce a lot of confusion as the 1st column will not be read properly and it's not obviously visible when opening the file with a text editor. We add some check and raise error if csv files have the BOM marker.