Optionaljson: T[]OptionalincludeHeaders: booleanOptionalrowSeparator: stringOptionalcolumnSeparator: stringThe objects, one row each; the property names of the first one are the columns, in their order
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.jsonToCsvAuto: the objects to write, whose first entry's property names become the columns, whether to write a header line and the separators.