Click or drag to resize

CSVReader Class

A source that processes a CSV file and returns CSV recordsfrom that file.
Inheritance Hierarchy
SystemObject
  com.espertech.esperio.csvCSVReader

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public class CSVReader

The CSVReader type exposes the following members.

Constructors
  NameDescription
Public methodCSVReader
Ctor.
Top
Properties
  NameDescription
Public propertyIsResettable
Return true if this CSVReader supports the reset() method.
Public propertyIsUsingTitleRow
Gets or sets the isUsingTitleRow value.
Public propertyLooping
Gets or sets the looping value.
Top
Methods
  NameDescription
Public methodClose
Close the source and release the input source.
Public methodGetAndClearIsReset
Return and set to false the isReset value, which is set totrue whenever the CSVReader is reset.
Public methodGetNextRecord
Get the next record from the CSV file.
Public methodReset
Reset the source to the beginning of the file.
Top
See Also