CsvDataTable 1.0.6

dotnet add package CsvDataTable --version 1.0.6
NuGet\Install-Package CsvDataTable -Version 1.0.6
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="CsvDataTable" Version="1.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsvDataTable --version 1.0.6
#r "nuget: CsvDataTable, 1.0.6"
#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 CsvDataTable as a Cake Addin
#addin nuget:?package=CsvDataTable&version=1.0.6

// Install CsvDataTable as a Cake Tool
#tool nuget:?package=CsvDataTable&version=1.0.6

Work with Csv. Read and Write from DataTable. Write one row as CSV row. CsvFileReaderParallel. Read csv datatable from text.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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.6 2,998 10/30/2016
1.0.5 1,027 10/2/2016
1.0.4 2,127 5/19/2015
1.0.3 1,070 5/14/2015
1.0.2 1,283 5/11/2015
1.0.1 1,374 5/8/2015
1.0.0 2,732 2/27/2015

Added 'Read csv datatable from text'.