CSVStreamParser Class Members
In This Topic
The following tables list the members exposed by CSVStreamParser.
Public Constructors
Public 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.
|
Top
Public Methods
| Name | Description |
| Parse |
The parsing method
|
Top
Public Events
See Also