Kajabity.Tools.Csv is a collection of utility classes for reading and writing CSV format files.
Originally part of the Kajabity Tools collection, these classes are now refactored into their own separate repository to reduce unnecessary code bloat. In particular, it removes the Windows Forms dependencies.
This repository contains several sub-projects:
- Kajabity.Tools.Csv - a DLL project providing the CSV classes for .NET projects.
- Kajabity.Tools.Csv.Test - NUnit tests for the Kajabity.Tools.Csv classes.
See the Releases section on GitHub to download copies of code, DLL exe's and NuGets.
Kajabity.Tools.Csv DLL is a strongly named assembly and is available from nuget.org as Kajabity.Tools.Csv.
Full documentation is available at http://www.kajabity.com/kajabity-tools/.