CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

AldenSystems.CSVEngine Namespace

The AldenSystems.CSVEngine namespace contains all the classes relevent to reading and writing file based CSV content.

Namespace hierarchy

Classes

Class Description
Filter Filter defines parameters for matching against Row data.
FormatInfo FormatInfo describes the format of a data file.
Header Header describes the columns of a CSV file.
Reader Reader reads the content of a CSV formatted file.
Row Row exposes the data for a given line or record in the CSV file.
Writer Writer writes data to a file in CSV format.