CSV Discount Code Parser
Usage
CLI
Usage: csvparserdiscountcode [options]
Convert commercetools discount codes CSV data to JSON.
Options:
--help, -h Show help text. [boolean]
--version, -v Show version number. [boolean]
--input, -i Path to CSV file. [default: "stdin"]
--output, -o Path to output JSON file. [default: "stdout"]
--delimiter, -d Used CSV delimiter for input and/or output file. [default: ","]
--multiValueDelimiter, -m Used CSV delimiter in multiValue
fields for input/output file. [default: ";"]
--continueOnProblems, -c Flag if parsing should continue if module
encounters an error. [boolean] [default: false]
--logLevel, -l Logging level: error, warn, info or verbose. [default: "info"]Info on flags
JS
Examples
Additional information
Last updated