SimpleCsv 1.0.3.1

dotnet add package SimpleCsv --version 1.0.3.1
NuGet\Install-Package SimpleCsv -Version 1.0.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleCsv" Version="1.0.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleCsv --version 1.0.3.1
#r "nuget: SimpleCsv, 1.0.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimpleCsv as a Cake Addin
#addin nuget:?package=SimpleCsv&version=1.0.3.1

// Install SimpleCsv as a Cake Tool
#tool nuget:?package=SimpleCsv&version=1.0.3.1

This project helps you to read and write CSV (Comma Separated Values) files in your program.
Those files are legacy, but many developers still use them because of their readability and because every sheet-calculation program can perfectly edit them.
With the classes in this project you can read/write them via a stream, so that not every byte of the CSV has to be in memory beforehand and they provide nice and fluent interfaces for all functions, they are well tested (visit the project-page) and they are capable of reading and writing quoted values.
Give it a try.

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
1.0.3.1 2,579 1/28/2018
1.0.2 976 1/18/2018
1.0.1 976 1/16/2018