PocketCsvReader is a lightweight library dedicated to the parsing of delimited flat file such as CSV or TSV files. The main function is to read the content of the file and load it into a DataTable.
$ dotnet add package PocketCsvReader
PocketCsvReader is an efficient, lightweight library designed for parsing delimited flat files, such as CSV and TSV. Prioritizing simplicity and performance, it facilitates seamless reading and loading of file contents into a DataTable, Array of strings or through an IDataReader. Perfect for projects needing quick data ingestion with minimal configuration, PocketCsvReader is your reliable tool for managing structured flat-file data with ease.
PocketCsvReader is available on the terms of Apache 2.0.
The list of bugs and feature's requests is hosted on GitHub.
A continuous integration service is available on AppVeyor.
PocketCsvReader is using Git as DCVS and the code is hosted on Github.
This OSS project is tracked by Ohloh