SoftCircuits.CsvParser
3.0.1
Prefix Reserved
See the version list below for details.
dotnet add package SoftCircuits.CsvParser --version 3.0.1
NuGet\Install-Package SoftCircuits.CsvParser -Version 3.0.1
<PackageReference Include="SoftCircuits.CsvParser" Version="3.0.1" />
paket add SoftCircuits.CsvParser --version 3.0.1
#r "nuget: SoftCircuits.CsvParser, 3.0.1"
// Install SoftCircuits.CsvParser as a Cake Addin #addin nuget:?package=SoftCircuits.CsvParser&version=3.0.1 // Install SoftCircuits.CsvParser as a Cake Tool #tool nuget:?package=SoftCircuits.CsvParser&version=3.0.1
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.
Library now targets either .NET 5.0 or .NET Standard 2.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
-
net5.0
- No dependencies.
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. Now targets .NET Standard 2.0 or .NET 5.0, and supports nullable reference types. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SoftCircuits.CsvParser:
Repository | Stars |
---|---|
leandromoh/RecordParser
Zero Allocation Writer/Reader Parser for .NET Core
|
Version | Downloads | Last updated |
---|---|---|
4.5.1 | 2,761 | 3/13/2024 |
4.5.0 | 128 | 3/13/2024 |
4.1.0 | 6,310 | 3/31/2023 |
4.0.0 | 1,046 | 3/15/2023 |
3.5.1 | 10,714 | 12/22/2021 |
3.5.0 | 369 | 12/12/2021 |
3.0.1 | 720 | 10/1/2021 |
3.0.0 | 9,116 | 2/19/2021 |
2.4.3 | 6,665 | 1/14/2021 |
2.4.2 | 787 | 11/27/2020 |
2.4.1 | 486 | 10/15/2020 |
2.4.0 | 493 | 9/19/2020 |
2.3.0 | 544 | 9/13/2020 |
2.2.0 | 2,302 | 6/15/2020 |
2.1.8 | 459 | 6/15/2020 |
2.1.7 | 529 | 5/31/2020 |
2.1.6 | 495 | 5/29/2020 |
2.1.5 | 481 | 5/29/2020 |
2.1.4 | 456 | 5/29/2020 |
2.1.3 | 485 | 5/26/2020 |
2.1.2 | 1,074 | 4/19/2020 |
2.1.1 | 454 | 4/15/2020 |
2.1.0 | 488 | 3/13/2020 |
2.0.11 | 556 | 2/15/2020 |
2.0.10 | 458 | 2/14/2020 |
2.0.9 | 565 | 2/11/2020 |
2.0.8 | 506 | 1/20/2020 |
2.0.7 | 542 | 8/2/2019 |
2.0.6 | 506 | 8/2/2019 |
2.0.5 | 559 | 8/1/2019 |
2.0.4 | 519 | 7/31/2019 |
2.0.3 | 514 | 7/31/2019 |
2.0.2 | 524 | 7/30/2019 |
2.0.1 | 522 | 7/29/2019 |
2.0.0 | 517 | 7/28/2019 |
1.1.0 | 593 | 7/10/2019 |
1.0.0 | 1,557 | 7/9/2019 |
Minor nullability enhancements.