Formats the given data array as CSV file data. Should only be used in cases where more control is desired, in general, use toCSV.
data
The data to format.
Optional
An array of column names to include (in order) in the formatted data.
Formats the given
dataarray as CSV file data. Should only be used in cases where more control is desired, in general, use toCSV.