csv-conduit
csv-conduit copied to clipboard
Change the ByteString and Text parsers to handle '\r' newlines
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?
@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.