Module: utils/files/createCSVBuilder

Methods

(static) createCSVBuilder(options) → {CSVBuilder}

Creates a new CSV builder that allows to construct a new csv string by given options and added rows.

Parameters:
Name Type Description
options object
Properties
Name Type Description
header Array.<string>

a list of strings to define the headers

separator string

character for the separator

newline string

character for linebreaks

Source:
Returns:
Type
CSVBuilder