SoftCircuits.CsvParser
1.1.0
Prefix Reserved
See the version list below for details.
dotnet add package SoftCircuits.CsvParser --version 1.1.0
NuGet\Install-Package SoftCircuits.CsvParser -Version 1.1.0
<PackageReference Include="SoftCircuits.CsvParser" Version="1.1.0" />
<PackageVersion Include="SoftCircuits.CsvParser" Version="1.1.0" />
<PackageReference Include="SoftCircuits.CsvParser" />
paket add SoftCircuits.CsvParser --version 1.1.0
#r "nuget: SoftCircuits.CsvParser, 1.1.0"
#addin nuget:?package=SoftCircuits.CsvParser&version=1.1.0
#tool nuget:?package=SoftCircuits.CsvParser&version=1.1.0
CsvParser makes it easy to work with comma-separated-values (CSV) files. It supports column values that contain commas, quotes or other special characters. It even supports column values that span multiple lines. In addition, you can optionally change settings such as the column delimiter character, the quote character or how blank lines are handled.
Use the CsvWriter class to write a CSV file. Use the CsvReader class to read a CSV file.
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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 | 1,858 | 12/15/2024 |
4.5.1 | 4,261 | 3/13/2024 |
4.5.0 | 143 | 3/13/2024 |
4.1.0 | 7,325 | 3/31/2023 |
4.0.0 | 1,083 | 3/15/2023 |
3.5.1 | 12,365 | 12/22/2021 |
3.5.0 | 401 | 12/12/2021 |
3.0.1 | 758 | 10/1/2021 |
3.0.0 | 9,634 | 2/19/2021 |
2.4.3 | 7,837 | 1/14/2021 |
2.4.2 | 824 | 11/27/2020 |
2.4.1 | 522 | 10/15/2020 |
2.4.0 | 529 | 9/19/2020 |
2.3.0 | 574 | 9/13/2020 |
2.2.0 | 2,336 | 6/15/2020 |
2.1.8 | 492 | 6/15/2020 |
2.1.7 | 564 | 5/31/2020 |
2.1.6 | 528 | 5/29/2020 |
2.1.5 | 518 | 5/29/2020 |
2.1.4 | 495 | 5/29/2020 |
2.1.3 | 517 | 5/26/2020 |
2.1.2 | 1,110 | 4/19/2020 |
2.1.1 | 491 | 4/15/2020 |
2.1.0 | 523 | 3/13/2020 |
2.0.11 | 592 | 2/15/2020 |
2.0.10 | 495 | 2/14/2020 |
2.0.9 | 603 | 2/11/2020 |
2.0.8 | 539 | 1/20/2020 |
2.0.7 | 576 | 8/2/2019 |
2.0.6 | 541 | 8/2/2019 |
2.0.5 | 593 | 8/1/2019 |
2.0.4 | 555 | 7/31/2019 |
2.0.3 | 550 | 7/31/2019 |
2.0.2 | 562 | 7/30/2019 |
2.0.1 | 559 | 7/29/2019 |
2.0.0 | 554 | 7/28/2019 |
1.1.0 | 636 | 7/10/2019 |
1.0.0 | 1,598 | 7/9/2019 |
CsvReader constructors now allow you to specify the character encoding and/or the byte order detection option; CsvWriter constructors now allow you to specify the character encoding; Optimized CsvReader.ReadRow() method to minimize memory allocations; Added additional methods exposing underlying stream functionality; BREAKING CHANGE: CsvReader.ReadRow() argument now passed by reference