SoftCircuits.CsvParser
1.0.0
Prefix Reserved
See the version list below for details.
dotnet add package SoftCircuits.CsvParser --version 1.0.0
NuGet\Install-Package SoftCircuits.CsvParser -Version 1.0.0
<PackageReference Include="SoftCircuits.CsvParser" Version="1.0.0" />
paket add SoftCircuits.CsvParser --version 1.0.0
#r "nuget: SoftCircuits.CsvParser, 1.0.0"
// Install SoftCircuits.CsvParser as a Cake Addin #addin nuget:?package=SoftCircuits.CsvParser&version=1.0.0 // Install SoftCircuits.CsvParser as a Cake Tool #tool nuget:?package=SoftCircuits.CsvParser&version=1.0.0
CsvParser is a class library to aid in working with comma-separated-value (CSV) files. The CsvWriter class can be used to write a CSV file. The `CsvReader` class can be used to read a CSV file.
These classes have support for column values that contain special characters, such as commas. Such values are wrapped in quotes. And the classes even support column values that span multiple lines.
An instance of the CsvSettings can optionally be passed to the constructors of the other classes, allowing you to override default settings such as which character is used to delimit columns, which character is used as a quote, and how empty lines are handled.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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.
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.6.0 | 253 | 12/15/2024 |
4.5.1 | 3,730 | 3/13/2024 |
4.5.0 | 140 | 3/13/2024 |
4.1.0 | 6,702 | 3/31/2023 |
4.0.0 | 1,068 | 3/15/2023 |
3.5.1 | 11,315 | 12/22/2021 |
3.5.0 | 386 | 12/12/2021 |
3.0.1 | 737 | 10/1/2021 |
3.0.0 | 9,316 | 2/19/2021 |
2.4.3 | 7,232 | 1/14/2021 |
2.4.2 | 806 | 11/27/2020 |
2.4.1 | 501 | 10/15/2020 |
2.4.0 | 505 | 9/19/2020 |
2.3.0 | 557 | 9/13/2020 |
2.2.0 | 2,318 | 6/15/2020 |
2.1.8 | 473 | 6/15/2020 |
2.1.7 | 543 | 5/31/2020 |
2.1.6 | 509 | 5/29/2020 |
2.1.5 | 497 | 5/29/2020 |
2.1.4 | 470 | 5/29/2020 |
2.1.3 | 498 | 5/26/2020 |
2.1.2 | 1,088 | 4/19/2020 |
2.1.1 | 469 | 4/15/2020 |
2.1.0 | 503 | 3/13/2020 |
2.0.11 | 571 | 2/15/2020 |
2.0.10 | 474 | 2/14/2020 |
2.0.9 | 582 | 2/11/2020 |
2.0.8 | 519 | 1/20/2020 |
2.0.7 | 555 | 8/2/2019 |
2.0.6 | 519 | 8/2/2019 |
2.0.5 | 572 | 8/1/2019 |
2.0.4 | 532 | 7/31/2019 |
2.0.3 | 529 | 7/31/2019 |
2.0.2 | 538 | 7/30/2019 |
2.0.1 | 538 | 7/29/2019 |
2.0.0 | 533 | 7/28/2019 |
1.1.0 | 609 | 7/10/2019 |
1.0.0 | 1,573 | 7/9/2019 |
Initial version