CSV Reader
Following are the functions for the CSVReader object returned from the datasource.csvRead function. These functions are used to read data from the csv file specified in the datasource.csvRead function.
- close()
- getDelimeter()
- getLineBreak()
- getQuoteString()
- isEOF()
- read()
- setDelimeter(String delim)
- setLineBreak(String lb)
- setQuoteCharacter(String quote)