Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 333 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 333 Bytes

CsvReader

A simple fast csv reader library

Instead of having to wait for a fully processed file. After every successfull row a yield will be done so while reading the file you can already process the result of the file. The csv reader only returns ienumerable because the data processing is not the concern of the parser.