[]
        
(Showing Draft Content)

C1.DataConnector.CSVParser.CSVStreamParser

CSVStreamParser Class

CSV streaming fashion parser

Inheritance
CSVStreamParser
Namespace: C1.DataConnector.CSVParser
Assembly: C1.DataConnector.dll
Syntax
public class CSVStreamParser

Constructors

Name Description
CSVStreamParser(bool, int, bool)

Constructor that takes three args

Properties

Name Description
Columns

The column schema

ContainsHeaders

A boolean indicating whether the CSV contains headers or not.

Encoding

The encoding used by the file

HasNext

Whether has next page or not

MaxItems

The maximum number of items per page

TrimValues

A boolean indicating wheter to trim the field values or not.

Methods

Name Description
Parse(Stream, Encoding)

The parsing method

Events

Name Description
OnItemFired

On Item Fired event