Redgate Test Data Manager

Anonymize command-line reference - map

Maps a classification file to a masking file.

This command provides the integration between automatic discovery of PII (Classify) and automatic data anonymization (Mask).

rganonymize map 
  --classification-file classification.json
  --masking-file masking.json
OptionRequired?Notes
--classification-file (tick)

The file path of the input classification file, including file name and file extension.

--masking-file (tick)

The file path of where to save the output masking file, including file name and file extension.

--options-file (error)

File path to an options file.

--output-schema-file(error)

Output a schema file to aid with hand editing the classification file.

The schema can be used with some IDEs to provide prompts and documentation on the expected structure when editing.

--output(error)

The format to write any output.

Can be one of:

  • Json (Default)
  • Yaml

--log -level 

(error)

The verbosity level to log at.

Can be one of:

  • Verbose
  • Debug
  • Information (Default)
  • Warning
  • Error
  • Fatal

--log-file

(error)

The location of the log file, or none to disable logging.

 -?, -h, --help (error)

Show help and usage information.


Didn't find what you were looking for?