tspence / csharp-csv-reader

A lightweight, high performance, zero dependency, streaming CSV reading library for CSharp.

Home Page:http://tedspence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support alternative End-Of-Line characters

GoogleCodeExporter opened this issue · comments

Support files that end with symbols other than CR/LF 0xD 0xA.

Provide ability to designate end-of-line characters for a CSV Reader.

Original issue reported on code.google.com by glassware1975 on 25 Feb 2013 at 4:32

Finally done