0
kicks
FileHelpers - Strong type your flat files with two lines of code
The FileHelpers are an automatic file Import/Export framework for .NET that allows you to import data into your code as a typed data structure and then export it back. Basically it can be used to read/write data from files with fixed length or delimited records. Also it has support for importing/exporting data from different data storages (Excel, Acces, SQL Server). Is perfect for parsing CSV files.