/CsvReader

Extended version of Sebastian Lorien's fast CSV Reader

Primary LanguageC#MIT LicenseMIT

CSV Reader

The CsvReader library 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.

Build the project

  • Windows: Run build.cmd AppVeyor build status

Library License

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