includeHeaders - Boolean Set this option to false to hide the CSV headers.
booleanFalseString - String Will be used instead of false.
booleanTrueString - String Will be used instead of true.
arrayPathString - String This is used to output primitive arrays in a single column, defaults to.
mainPathItem - String Every header will have the mainPathItem as the base.
endOfLine - String Replace the OS default EOL.
forceTextDelimiter - Boolean Set this option to true to wrap every data item and header in the textDelimiter.
textDelimiter - String The character used to escape the text content if needed (default to ").
rowDelimiter - String Change the file row delimiter.
mapHeaders - Function Post-process headers after they are calculated with delimiters, example mapHeaders: (header) => header.replace(/foo\./, '').
rename - Array Used to set a custom header text, defaults to example.
headers - Array Used to set a custom header order, defaults to example.
fillTopRow - Boolean try filling top rows first for unpopular colums, defaults to false.
fillGaps - Boolean Set this option if don't want to have empty cells in case of an object with multiple nested items (array prop), defaults to false Issue #22.