The usage scenarios of DataCleaner's CLI are:
Executing an analysis job
List registered datastores
List schemas in a datastore
List tables in a schema
List columns in a table
List available analyzers, transformers or filters
How these scenarios are attained is revealed by invoking your executable with the -usage argument:
> datacleaner-console.exe -usage -conf (-configuration, --configuration-file) FILE : XML file describing the configuration of DataCleaner -ds (-datastore, --datastore-name) VAL : Name of datastore when printing a list of schemas, tables or columns -job (--job-file) FILE : An analysis job XML file to execute -list [ANALYZERS | TRANSFORMERS | FILTERS | DATASTORES | SCHEMAS | TABLES | COLUMNS] : Used to print a list of various elements available in the configuration -s (-schema, --schema-name) VAL : Name of schema when printing a list of tables or columns -t (-table, --table-name) VAL : Name of table when printing a list of columns