FolkerKinzel.CsvTools Namespace

Classes, to read and write CSV files.

Classes

CsvStatic class that provides methods for reading, writing and analyzing CSV data.
CsvAnalyzer Analyzes a CSV file to get the appropriate method arguments for parsing.
CsvAnalyzerResult Result of the analysis of a CSV file.
CsvExtension Extension methods for serializing CSV data.
CsvFormatExceptionException, thrown parsing invalid CSV documents.
CsvOptsExtensionExtension methods for the CsvOpts enum.
CsvReaderProvides read-only forward access to the records (rows) of a CSV file.
CsvRecordRepresents a record (row) of the CSV file.
CsvRecordExtension Extension methods for the CsvRecord class.
CsvWriterWrites string data as CSV (RFC 4180).
DataTableExtension Extension methods for the DataTable class.

Enumerations

CsvOptsNamed constants to specify options for reading CSV files. The flags can be combined.
Header Named constants to describe the presence of the header row of a CSV file.