Introduction to TinyCsvParser¶
What is TinyCsvParser?¶
TinyCsvParser is an open source library to parse CSV data into strongly typed .NET objects. It is highly configurable to provide maximum flexibility.
In summary, TinyCsvParser offers the following key features:
Easy to use and a very clean API
Open Source
Highly Flexible
Parsing almost every format is possible
Converting custom data types is easy
Batteries-included
All .NET CLR types are automatically converted (see Type Converter)
Parsing
enums
is a very easy task (see Tutorials)
Extensively Unit Tested
Extensively Documented