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).

  1. rganonymize map
  2. --classification-file classification.json
  3. --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
 -?, -h, --help (error)

Show help and usage information.


Didn't find what you were looking for?