Skip to content

PhbsSmn/CsvReader

Repository files navigation

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.

About

Simple fast csv reader library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages