Sign in Sign up
nuget

SoftCircuits.CsvParser

CsvParser is a .NET library that makes it easy to work with comma-separated-value (CSV) files (as well as files with other delimiters). Includes basic classes to easily read and write CSV data, and also higher-level classes that automatically map class properties to CSV columns. The library correctly handles column values that contain embedded commas, quotes, other special characters, and even column values that span multiple lines. CsvParser is very efficient. The object mapping classes runs up to four times faster than the popular CsvHelper library. The CsvSettings class can be used to customize the library's behavior, including setting the column delimiter to another character (like to a tab, for example), change the quote character, customize how blank lines are handled, etc.

nuget View on Nuget

Activity

Latest release
1y ago
Total releases
38
Cadence
~10 days
Last 12 months
0

Details

First release
Jul 09, 2019
Releases
Version Released
4.6.0 minor
4.5.1 patch
4.5.0 minor
4.1.0 minor
4.0.0 major
3.5.1 patch
3.5.0 minor
3.0.1 patch
3.0.0 major
2.4.3 patch
2.4.2 patch
2.4.1 patch
2.4.0 minor
2.3.0 minor
2.2.0 minor
2.1.8 patch
2.1.7 patch
2.1.6 patch
2.1.5 patch
2.1.4 patch
2.1.3 patch
2.1.2 patch
2.1.1 patch
2.1.0 minor
2.0.11 patch
2.0.10 patch
2.0.9 patch
2.0.8 patch
2.0.7 patch
2.0.6 patch
2.0.5 patch
2.0.4 patch
2.0.3 patch
2.0.2 patch
2.0.1 patch
2.0.0 major
1.1.0 minor
1.0.0 initial