File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ var converter = require('json-2-csv');
27
27
28
28
#### json2csv(array, callback, options)
29
29
30
- * ` callback ` - A function of the form ` function (err, csv) ` ; This function will receive any errors and/or the array of JSON documents generated .
31
- * ` csv ` - A string of CSV
30
+ * ` array ` - An array of JSON documents to be converted to CSV .
31
+ * ` callback ` - A function of the form ` function (err, csv) ` ; This function will receive any errors and/or the string of CSV generated.
32
32
* ` options ` - (Optional) A JSON document specifying any of {` DELIMITER ` , ` EOL ` , ` PARSE_CSV_NUMBERS ` }
33
33
* ` DELIMITER ` - Document - Specifies the different types of delimiters
34
34
* ` FIELD ` - String - Field Delimiter. Default: ` ',' `
You can’t perform that action at this time.
0 commit comments