Commands

-h/--help

Displays all available commands along with their descriptions.

-v/--version

Outputs the current version number of Data Operator.

-d/--destination <path>

Sets the output path where the processed data will be saved.

-s/--source <path>

Specifies the path to the source file or folder to be processed.

-w/--workflow <path>

Specifies the path to the configuration file (*.js)you want to use.

 

Note  

If a path contains spaces, enclose it in double quotation marks.

EXAMPLE

DataOperatorCLI.exe run -w C:\your\path\example.js -s "C:\your\source\file or folder" -d C:\your\destination\path