PocketCsvReader 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PocketCsvReader --version 2.0.0
                    
NuGet\Install-Package PocketCsvReader -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PocketCsvReader" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PocketCsvReader" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="PocketCsvReader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PocketCsvReader --version 2.0.0
                    
#r "nuget: PocketCsvReader, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PocketCsvReader@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PocketCsvReader&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=PocketCsvReader&version=2.0.0
                    
Install as a Cake Tool

PocketCsvReader

Logo

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.

Build status Still maintained nuget licence badge Codacy Badge stars badge

Releases

Binaries for the different releases are hosted on NuGet GitHub.

License

PocketCsvReader is available on the terms of Apache 2.0.

Bugs, issues and requests for new features

The list of bugs and feature's requests is hosted on GitHub.

Continuous Integration

A continuous integration service is available on AppVeyor.

Code

PocketCsvReader is using Git as DCVS and the code is hosted on Github.

Tracking

This OSS project is tracked by Ohloh

Project Stats

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on PocketCsvReader:

Package Downloads
NBi.Framework.Tools

This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio. NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Quality. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other NoSQL solutions.

Didot.Core

Package Description

Packata.ResourceReaders

Packata is a library for consuming Data Package v2 files. The `Packata.ResourceReaders` package specializes in providing read access to resource files using common patterns, such as `IDataReader`, ensuring seamless data retrieval and processing.

PocketCsvReader.Ndjson

PocketCsvReader.Ndjson is a lightweight library that extends PocketCsvReader to parse NDJSON (Newline Delimited JSON) files. Its main function is to read each JSON object line by line and expose the data through an IDataReader, mapping JSON properties to fields based on the object structure and an optional schema. It is designed for high performance and simplicity when processing large streams of structured JSON data.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on PocketCsvReader:

Repository Stars
Seddryck/NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
Version Downloads Last Updated
2.36.17 476 12/14/2025
2.36.16 602 11/12/2025
2.36.15 568 11/11/2025
2.36.14 487 11/9/2025
2.36.12 566 10/9/2025
2.36.11 1,399 10/6/2025
2.36.10 1,351 8/20/2025
2.36.9 562 8/16/2025
2.36.7 4,048 6/10/2025
2.36.6 396 6/5/2025
2.36.5 294 6/3/2025
2.36.4 2,693 5/26/2025
2.36.3 305 5/23/2025
2.36.2 285 5/22/2025
2.36.0 2,248 4/29/2025
2.35.4 812 4/19/2025
2.35.3 178 4/19/2025
2.35.2 425 4/19/2025
2.35.0 237 4/19/2025
2.0.0 420 7/31/2024
Loading failed