@@ -48,17 +48,20 @@ json2csv \
4848
4949## 🧩 Options
5050
51- - ` -json [path] ` is an option to set a path to the folder with JSON source
51+ - ` -json [path] ` is an option to set a ** path** to the folder with JSON source
5252 file(s) (see [ Wiki] [ wiki_json_folder_url ] );
53- - ` -intents [path] ` is an option to set a path to the file with intents (see
54- [ Wiki] [ wiki_intents_url ] );
55- - ` -filter [path] ` is an option to set a path to the file with a filter (see
56- [ Wiki] [ wiki_filter_url ] );
57- - ` -content-field [string] ` is an option to set a name of the content field
53+ - ` -intents [path] ` is an option to set a ** path** to the file with intents
54+ (see [ Wiki] [ wiki_intents_url ] );
55+ - ` -filter [path] ` is an option to set a ** path** to the file with a filter
56+ (see [ Wiki] [ wiki_filter_url ] );
57+ - ` -output [path] ` is an option to set a ** path** to the output folder where
58+ the prepared CSV file(s) will be placed (see [ Wiki] [ wiki_output_folder_url ] );
59+ - ` -content-field [string] ` is an option to set a ** name of the content field**
5860 (attribute that contains string to qualify and filter) in JSON source file(s);
59- - ` -min-word-len [int] ` is an option to set a min word length count to filter
60- input words (if a word is smaller than this option, it will be skipped);
61- - ` -chunk [int] ` is an option to set a chunk size for one CSV file;
61+ - ` -min-word-len [int] ` is an option to set a ** min word length count** to
62+ filter input words (if a word is smaller than this option, it will be
63+ skipped);
64+ - ` -chunk [int] ` is an option to set a ** chunk size** for one CSV file;
6265
6366## ✨ Solving case
6467
@@ -93,6 +96,7 @@ robots by [Vic Shóstak][author].
9396[ wiki_intents_url ] : https://github.com/koddr/json2csv/wiki#intents
9497[ wiki_filter_url ] : https://github.com/koddr/json2csv/wiki#filter
9598[ wiki_json_folder_url ] : https://github.com/koddr/json2csv/wiki#folder-with-json-files
99+ [ wiki_output_folder_url ] : https://github.com/koddr/json2csv/wiki#folder-with-output-csv-files
96100[ license_img ] : https://img.shields.io/badge/license-Apache_2.0-red?style=for-the-badge&logo=none
97101[ license_url ] : https://github.com/koddr/json2csv/blob/main/LICENSE
98102[ json2csv_url ] : https://github.com/koddr/json2csv
0 commit comments