close2 / csv

A dart csv to list codec / converter
MIT License
98 stars 24 forks source link

EOL error #53

Closed ckilee closed 2 years ago

ckilee commented 2 years ago

image I had this error using csv parse. EOL not being identified.

ckilee commented 2 years ago

I could fix this using: CsvToListConverter(eol: "\n")