Info
Version: | 1.0.1.1 |
Author(s): | Robert Giesecke |
Last Update: | Tuesday, May 12, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RobertGiesecke/PlainCsv |
NuGet Url: | https://www.nuget.org/packages/PlainCsv |
Install
Install-Package PlainCsv
dotnet add package PlainCsv
paket add PlainCsv
PlainCsv Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Simple means it doesn't have fancy mapping to DTOs or anything like that.
It's main purpose is to read CSV to dictionaries or write dictionaries to CSV.
But to do it correctly (i.e.
not messing up when it encounters line breaks).