Skip to content

CSV Writer

Following are the functions for the CSVWriter object returned from the datasource.csv function. These functions are used to write to the csv file specified in the datasource.csv function.

  • close()
  • getDelimeter()
  • getLineBreak()
  • getQuoteCharacter()
  • setDelimeter(String delim)
  • setLineBreak(String lb)
  • setQuoteCharacter(String quote)
  • write(Object data)