![]() | CSVReader Class |
Namespace: com.espertech.esperio.csv
public class CSVReader
The CSVReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsResettable | Return true if this CSVReader supports the reset() method. |
![]() | IsUsingTitleRow | Gets or sets the isUsingTitleRow value. |
![]() | Looping | Gets or sets the looping value. |
Name | Description | |
---|---|---|
![]() | Close | Close the source and release the input source. |
![]() | GetAndClearIsReset | Return and set to false the isReset value, which is set totrue whenever the CSVReader is reset. |
![]() | GetNextRecord | Get the next record from the CSV file. |
![]() | Reset | Reset the source to the beginning of the file. |