# class CSVWriter



# STATIC MEMBERS

# static member read-only DefaultDelimiter

Type: String

Description:

# static member read-only DefaultQuote

Type: String

Description:

# static member read-only DefaultEscape

Type: String

Description:

# static member read-only DefaultLineEnd

Type: String

Description:

# CONSTRUCTORS

# constructor CSVWriter(path)

Description:

Parameters:

  • path: (String) -

# constructor CSVWriter(path, delimiter)

Description:

Parameters:

  • path: (String) -
  • delimiter: (String) -

# constructor CSVWriter(path, delimiter, encoding, quote, escape, lineEnd)

Description:

Parameters:

  • path: (String) -
  • delimiter: (String) -
  • encoding: (String) -
  • quote: (String) -
  • escape: (String) -
  • lineEnd: (String) -

# FUNCTIONS

# function write(row)

Description:

Parameters:

  • row: (String) -

# function writeAll(rows)

Description:

Parameters:

  • rows: (String) -

# function close()

Description:

# function flush()

Description:

Last Updated: 12/20/2022, 8:12:45 AM