Info
Version: | 1.0.12 |
Author(s): | Mike Stall |
Last Update: | Sunday, October 18, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MikeStall/DataTable |
NuGet Url: | https://www.nuget.org/packages/CsvTools |
Install
Install-Package CsvTools
dotnet add package CsvTools
paket add CsvTools
CsvTools Download (Unzip the "nupkg" after downloading)
Dependencies
3 packages depend on this package.
Tags
This handles linq to CSV, creating tables from IEnumerable<T>, dictionaries, in-memory mutable tables, streaming through large tables.
It also includes basic data table operations like join, histogram, and filter duplicates.