Optionaljson: T[]Optionalheaders: string[]OptionalincludeHeaders: booleanOptionalrowSeparator: stringOptionalcolumnSeparator: stringThe objects, one row each, in order; a property an object lacks becomes an empty cell
The property names written as columns, in this order; properties not listed are left out
OptionalincludeWhen true, the first line holds the header names
OptionalrowThe text put between rows, normally a line break; \n written as two characters is used
as one
OptionalcolumnThe text put between cells, normally a comma; a cell containing it is wrapped in quotes
Feeds
csv.jsonToCsv: the objects to write, the property names that become the columns in order, whether to write a header line and the separators.