A delimited file parser with support for mapping CSV data to generic types.
Info
| Version: | 1.0.0 |
| Author(s): | Matt Channer |
| Last Update: | Friday, November 1, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/mattchanner/delimited-file-parser |
| NuGet Url: | https://www.nuget.org/packages/DelimitedFileParser |
Install
Install-Package DelimitedFileParser
dotnet add package DelimitedFileParser
paket add DelimitedFileParser
DelimitedFileParser Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reactive.Core(>= 4.2.0)
- System.Reactive.Interfaces(>= 4.2.0)
- System.Reactive.Linq(>= 4.2.0)