Net.Code.Csv
1.0.3
See the version list below for details.
dotnet add package Net.Code.Csv --version 1.0.3
NuGet\Install-Package Net.Code.Csv -Version 1.0.3
<PackageReference Include="Net.Code.Csv" Version="1.0.3" />
paket add Net.Code.Csv --version 1.0.3
#r "nuget: Net.Code.Csv, 1.0.3"
// Install Net.Code.Csv as a Cake Addin #addin nuget:?package=Net.Code.Csv&version=1.0.3 // Install Net.Code.Csv as a Cake Tool #tool nuget:?package=Net.Code.Csv&version=1.0.3
My own CSV parser. The itch was a problem in a CSV I got that contained quotes inside quoted fields. That situation was not handled well by the LumenWorks.Framework.IO parser, and I didn't manage to fix it in the original code, so I refactored and eventually rewrote it completely... This CSV parser now handles that situation, apart from all the LumenWorks specs.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.3 | 40 | 1/8/2025 |
5.0.2 | 507 | 2/11/2024 |
5.0.1 | 125 | 2/9/2024 |
5.0.1-preview.3 | 92 | 9/14/2023 |
5.0.0 | 1,175 | 3/3/2022 |
5.0.0-preview.1 | 167 | 8/13/2021 |
4.0.0 | 712 | 11/19/2020 |
3.0.18 | 6,092 | 8/30/2018 |
3.0.16 | 1,482 | 7/4/2018 |
3.0.1 | 1,037 | 6/19/2018 |
3.0.0 | 1,417 | 2/28/2018 |
2.0.0 | 1,511 | 9/30/2017 |
1.0.3 | 28,183 | 8/2/2013 |
1.0.2 | 1,564 | 2/5/2013 |
1.0.0 | 1,307 | 1/30/2013 |
1.0.0 Initial release.
1.0.3 Added some documentation, small code reorganizations, target .Net 4.0