Provides input data for PivotData from CSV stream.
Inheritance Hierarchy
NReco.PivotData.InputCsvSource
Namespace: NReco.PivotData.Input
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The CsvSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CsvSource(TextReader) |
Initializes new CsvSource instance with specified TextReader.
| |
CsvSource(TextReader, CsvConfiguration) |
Initializes new CsvSource instance with specified TextReader and CSV configuration.
|
Properties
Name | Description | |
---|---|---|
Headers |
Get or set explicit list of CSV column headers (overrides CSV column names if present).
| |
RowsLimit |
Get or set a limit for maximum number of CSV rows to read.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue | ||
MemberwiseClone | (Inherited from Object.) | |
ReadData |
Reads data from CSV reader and provides it as IEnumerable with field access handler to the specified callback.
| |
ToString | (Inherited from Object.) |
See Also