@mrodrig/json-2-csv-cli
Advanced tools
Comparing version 5.5.4 to 5.5.5
@@ -5,3 +5,3 @@ { | ||
"description": "CLI for the json-2-csv package", | ||
"version": "5.5.4", | ||
"version": "5.5.5", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -21,19 +21,30 @@ # json-2-csv-cli | ||
Arguments: | ||
jsonFile JSON file to convert | ||
Options: | ||
-V, --version output the version number | ||
-o, --output [output] Path of output file. If not provided, then stdout will be used | ||
-f, --field <delimiter> Optional field delimiter | ||
-w, --wrap <delimiter> Optional wrap delimiter | ||
-e, --eol <delimiter> Optional end of line delimiter | ||
-a, --array-indexes-as-keys Includes array indexes in the generated keys | ||
-S, --check-schema Check for schema differences | ||
-f, --field <delimiter> Field delimiter | ||
-w, --wrap <delimiter> Wrap delimiter | ||
-e, --eol <delimiter> End of Line delimiter | ||
-E, --empty-field-value <value> Empty field value | ||
-n, --expand-nested-objects Expand nested objects to be deep converted to CSV | ||
-k, --keys [keys] Keys of documents to convert to CSV | ||
-d, --escape-header-nested-dots Escape header nested dots | ||
-b, --excel-bom Excel Byte Order Mark character prepended to CSV | ||
-x, --exclude-keys [keys] Comma separated list of keys to exclude | ||
-A, --expand-array-objects Expand array objects | ||
-W, --without-header Withhold the prepended header | ||
-p, --prevent-csv-injection Prevent CSV Injection | ||
-s, --sort-header Sort the header fields | ||
-F, --trim-fields Trim field values | ||
-H, --trim-header Trim header fields | ||
-F, --trim-fields Trim field values | ||
-S, --check-schema Check for schema differences | ||
-E, --empty-field-value <value> Empty field value | ||
-A, --expand-array-objects Expand array objects | ||
-U, --unwind-arrays Unwind array values to their own CSV line | ||
-k, --keys [keys] Keys of documents to convert to CSV | ||
-h, --help output usage information | ||
-I, --iso-date-format Use ISO 8601 date format | ||
-L, --locale-format Use locale format for values | ||
-B, --wrap-booleans Wrap booleans | ||
-h, --help display help for command | ||
``` | ||
@@ -45,13 +56,18 @@ | ||
Arguments: | ||
csvFile CSV file to convert | ||
Options: | ||
-V, --version output the version number | ||
-o, --output [output] Path of output file. If not provided, then stdout will be used | ||
-f, --field <delimiter> Optional field delimiter | ||
-w, --wrap <delimiter> Optional wrap delimiter | ||
-e, --eol <delimiter> Optional end of line delimiter | ||
-b, --excel-bom Excel Byte Order Mark character prepended to CSV | ||
-H, --trim-header Trim header fields | ||
-F, --trim-fields Trim field values | ||
-k, --keys [keys] Keys of documents to convert to CSV | ||
-h, --help output usage information | ||
-V, --version output the version number | ||
-o, --output [output] Path of output file. If not provided, then stdout will be used | ||
-f, --field <delimiter> Field delimiter | ||
-w, --wrap <delimiter> Wrap delimiter | ||
-e, --eol <delimiter> End of Line delimiter | ||
-b, --excel-bom Excel Byte Order Mark character prepended to CSV | ||
-p, --prevent-csv-injection Prevent CSV Injection | ||
-F, --trim-fields Trim field values | ||
-H, --trim-header Trim header fields | ||
-h, --header-fields Specify the fields names in place a header line in the CSV itself | ||
-k, --keys [keys] Keys of documents to convert to CSV | ||
--help display help for command | ||
``` | ||
@@ -58,0 +74,0 @@ |
11847
85