ozataman / csv-conduit

Flexible, fast and constant-space CSV library for Haskell using conduits
Other
52 stars 32 forks source link

Change the ByteString and Text parsers to handle '\r' newlines #18

Open mohsen3 opened 8 years ago

ozataman commented 8 years ago

Thank you for this. Could we add some small test files (and accompanying tests) with the different line endings that confirm that these parsers now work as intended?

mohsen3 commented 8 years ago

@ozataman I just added a small test for the new case. It seems that it it working fine. I have also tested it manually by feeding in a Mac-Excel csv file that didn't work before.