enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

CSV parser will properly eat the BOM character. #131

Closed mwu-tow closed 5 years ago

mwu-tow commented 5 years ago

CSV files can be encoded in UTF-8 and may contain BOM character at the start. In such case the BOM is not part of the data and should be consumed separately. Otherwise, it can get interpreted as part of column name.