easycsvnet 1.0.1
dotnet add package easycsvnet --version 1.0.1
NuGet\Install-Package easycsvnet -Version 1.0.1
<PackageReference Include="easycsvnet" Version="1.0.1" />
paket add easycsvnet --version 1.0.1
#r "nuget: easycsvnet, 1.0.1"
// Install easycsvnet as a Cake Addin #addin nuget:?package=easycsvnet&version=1.0.1 // Install easycsvnet as a Cake Tool #tool nuget:?package=easycsvnet&version=1.0.1
A free and easy CSV importing and exporting library with XML definition support written in VB.Net
EasyCSVNet is a simple and lightweight solution written entirely in VB.Net to deal with CSV-like ('comma-separated-value' plain text) files in a comfortable way. It allows to import CSV files into high level business layer objects' lists without effort, as the OCM ('Object-to-CSV' Mapping) schemata are defined in separated XML files. All type casting and field-to-attribute mapping work involved underneath is carried away transparently by the library by means of reflection. Also, clear and detailed error messages are thrown inside runtime exceptions during CSV parsing whenever a syntactic flaw is found in importing an eventually malformed CSV file. Really useful when typically working with many lines CSV files! More over, simple exporting classes are provided, which allow an easy implementation of the reverse-way exportation process from object to CSV if needed. In sum, a minimally invasive and more 'aseptic' alternative approach to more conventional boilerplate line-by-line parsing strategies, created to save time and effort to developers, who can then concentrate on other parts of their projects involving real business logic.
Please see detailed documentation at EasyCSVNet/doc folder.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.1 | 2,014 | 9/12/2017 |
Please visit project site at GitHub for sources, samples and documentation: https://github.com/ADeBuen/easycsvnet