www.csvreader.com

Namespace hierarchy

Classes

Class Description
CsvDataReader Provides a datasource for the .Net Framework 2.0 SqlBulkCopy class which allows data to be rapidly imported into SQL Server.
CsvDataReader.Column Represents a data column in the data source to use during import.
CsvDataReader.ColumnCollection Collection of CsvDataReader.Column items.
CsvDataReader.UserSettings
CsvReader A stream based parser for parsing delimited text data from a file or a stream.
CsvReader.UserSettings
CsvWriter A stream based writer for writing delimited text data to a file or a stream.
CsvWriter.UserSettings

Enumerations

Enumeration Description
EscapeMode How to escape an occurance of the text qualifier inside text qualified data.