Skip to content
claco edited this page Sep 13, 2010 · 10 revisions

CsvDataReader is simple a wrapper around TextFieldParser and IDataReader that reads comma delimited (CSV), tab delimited or fixed length field files and presents them as a simple IDataReader interface.

This project is built in VB.Net using Visual Studio 2008 SP1. You will need log4net for logging and NUnit if you want to run the tests.

CsvDataReader is released under the MIT License.

Clone this wiki locally