File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ var converter = require('json-2-csv');
3434 * ` FIELD ` - String - Field Delimiter. Default: ` ',' `
3535 * ` ARRAY ` - String - Array Value Delimiter. Default: ` ';' `
3636 * ` WRAP ` - String - Wrap values in the delimiter of choice (e.g. wrap values in quotes). Default: ` '' `
37+ * ` CHECK_SCHEMA_DIFFERENCES ` - Boolean - Should we require all documents to have the same schema? Default: ` true `
3738 * ` PREPEND_HEADER ` - Boolean - Should the auto-generated header be prepended as the first line in the CSV? Default: ` true `
3839 * ` EOL ` - String - End of Line Delimiter. Default: ` '\n' `
3940 * ` KEYS ` - Array - Specify the keys (as strings) that should be converted. Default: ` null `
@@ -164,6 +165,7 @@ Lines : 97.99% ( 146/149 )
164165- Allows for custom field delimiters, end of line delimiters, etc.
165166- Promisifiable via bluebird's .promisify(<function >) and .promisifyAll(<object >) (as of 1.1.1)
166167- Wrapped value support for json2csv and csv2json (as of 1.3.0)
168+ - Support for multiple different schemas (as of 1.4.0)
167169
168170## F.A.Q.
169171
You can’t perform that action at this time.
0 commit comments