forked from JoshClose/CsvHelper
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
thiscode edited this page Apr 19, 2013
·
15 revisions
Documentation of Modifications of this Fork
-————————————————————
1.) Using specific instances of TypeConverters
2.) Bugfix to work wit .NET 4.5 (prevent exception "Operation could destabalize the Runtime")
3.) New Property Mapping Features "ConvertFieldUsing"
4.) New Methods to define references as collections "SetCollectionOf"
5.) Some minor modifications relating to exception handling
6.) Reference mapping and constructors of references can now be done recursively
Origin Wiki
-————
CsvHelper is a fast and light-weight library for reading and writing CSV files with .NET. It supports reading and writing of custom class objects.
Basics
Attribute Mapping
Fluent Class Mapping
Custom Configurations
Custom TypeConverter