File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ var converter = require('json-2-csv');
3333 * ` DELIMITER ` - Document - Specifies the different types of delimiters
3434 * ` FIELD ` - String - Field Delimiter. Default: ` ',' `
3535 * ` ARRAY ` - String - Array Value Delimiter. Default: ` ';' `
36- * ` WRAP ` - String - Wrap values in the delimiter of choice (e.g. wrap values in quotes). Default: ` null `
36+ * ` WRAP ` - String - Wrap values in the delimiter of choice (e.g. wrap values in quotes). Default: ` '' `
3737 * ` EOL ` - String - End of Line Delimiter. Default: ` '\n' `
3838 * ` KEYS ` - Array - Specify the keys (as strings) that should be converted. Default: ` null `
3939 * If you have a nested object (ie. {info : {name: 'Mike'}}), then set options.KEYS to [ 'info.name']
You can’t perform that action at this time.
0 commit comments