Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 942 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 942 Bytes

CSV Reader

The CsvReader library ("LumenWorks.Framework.IO") is an extended version of Sebastian Lorien's fast CSV Reader project and provides fast parsing and reading of CSV files

To this end it is a straight drop-in replacement for the existing NuGet package LumenWork.Framework.IO, but with additional capabilities; the other rationale for the project is that the code is not available elsewhere in a public source repository, making it difficult to extend/contribute to.

Welcome to contributions from anyone.

You can see the version history here.

Library License

The library is available under the MIT License, for more information see the License file in the GitHub repository.