easycsvnet 1.0.1
A free and easy CSV importing and exporting library with XML definition support written in VB.Net. Please see sources, samples & documentation at project site: https://github.com/ADeBuen/EasyCSVNet
Install-Package easycsvnet -Version 1.0.1
dotnet add 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.
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.
Release Notes
Please visit project site at GitHub for sources, samples and documentation: https://github.com/ADeBuen/easycsvnet
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.1 | 784 | 9/12/2017 |