easycsvnet 1.0.1

dotnet add package easycsvnet --version 1.0.1
NuGet\Install-Package easycsvnet -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="easycsvnet" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add easycsvnet --version 1.0.1
#r "nuget: easycsvnet, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 1,958 9/12/2017

Please visit project site at GitHub for sources, samples and documentation: https://github.com/ADeBuen/easycsvnet