Info
Version: | 2.0.0 |
Author(s): | William Rivera |
Last Update: | Monday, February 20, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://bitbucket.org/14wrivera/csvfilereader |
NuGet Url: | https://www.nuget.org/packages/CsvFileReader |
Install
Install-Package CsvFileReader
dotnet add package CsvFileReader
paket add CsvFileReader
CsvFileReader Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
You define the model and then use the
the csvFileReader to read the contents from a CSV file and it will produce a collection of your defined models for you.