Info
Version: | 1.1.0 |
Author(s): | Nikolay Vorobev |
Last Update: | Sunday, January 17, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bopohaa/CsvParser |
NuGet Url: | https://www.nuget.org/packages/Knapcode.FastCsvParser |
Install
Install-Package Knapcode.FastCsvParser
dotnet add package Knapcode.FastCsvParser
paket add Knapcode.FastCsvParser
Knapcode.FastCsvParser Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The only change is the assembly name (CsvParser to Knapcode.FastCsvParser), package ID (FastCsvParser to Knapcode.FastCsvParser), and the root namespace (CsvParser to FastCsvParser).
The purpose of the change is to allow this library to run in the same process as SoftCircuits.CsvParser, which has the same assembly and namespace name.
A library for fast read data with CSV format according to RFC4180 with small extensions. Best solution for parse very large data files.