SoftCircuits.CsvParser
2.4.2
CsvParser is a .NET library that makes it easy to work with comma-separated-values (CSV) files (and files with other delimiters). Includes basic classes to 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, or even column values that span multiple lines. CsvParser is very efficient. The library runs up to four times faster than the popular CsvHelper library.
The CsvSettings class can be used to customize the library's behavior. For example, you can change the column delimiter to another character (like to the tab character, for example), change the quote character, customize how blank lines are handled, etc.
See the version list below for details.
Install-Package SoftCircuits.CsvParser -Version 2.4.2
dotnet add package SoftCircuits.CsvParser --version 2.4.2
<PackageReference Include="SoftCircuits.CsvParser" Version="2.4.2" />
paket add SoftCircuits.CsvParser --version 2.4.2
Release Notes
Minor tweaks.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on SoftCircuits.CsvParser:
Package | Downloads |
---|---|
SoftCircuits.WebScraper
.NET library to scrape content from the Internet. Use it to extract information from Web pages in your own application. Extracted data is written to a CSV file. Supports paging and can cycle through all combinations of any number of replacement tags.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SoftCircuits.CsvParser:
Repository | Stars |
---|---|
JoshClose/CsvHelper
Library to help reading and writing CSV files
|
Version History
Version | Downloads | Last updated |
---|---|---|
2.4.3 | 80 | 1/14/2021 |
2.4.2 | 126 | 11/27/2020 |
2.4.1 | 117 | 10/15/2020 |
2.4.0 | 133 | 9/19/2020 |
2.3.0 | 176 | 9/13/2020 |
2.2.0 | 1,015 | 6/15/2020 |
2.1.8 | 90 | 6/15/2020 |
2.1.7 | 186 | 5/31/2020 |
2.1.6 | 127 | 5/29/2020 |
2.1.5 | 123 | 5/29/2020 |
2.1.4 | 100 | 5/29/2020 |
2.1.3 | 107 | 5/26/2020 |
2.1.2 | 197 | 4/19/2020 |
2.1.1 | 117 | 4/15/2020 |
2.1.0 | 138 | 3/13/2020 |
2.0.11 | 209 | 2/15/2020 |
2.0.10 | 111 | 2/14/2020 |
2.0.9 | 195 | 2/11/2020 |
2.0.8 | 130 | 1/20/2020 |
2.0.7 | 205 | 8/2/2019 |
2.0.6 | 166 | 8/2/2019 |
2.0.5 | 170 | 8/1/2019 |
2.0.4 | 165 | 7/31/2019 |
2.0.3 | 174 | 7/31/2019 |
2.0.2 | 171 | 7/30/2019 |
2.0.1 | 170 | 7/29/2019 |
2.0.0 | 166 | 7/28/2019 |
1.1.0 | 185 | 7/10/2019 |
1.0.0 | 1,198 | 7/9/2019 |