Transformers

We call the anonymization rules for the table columns transformers.

You should use them in the rules sections of the configuration file.

Example:

rules:
  # `field_name` is a name of database column
  field_name:
    # gets a person full name
    person_name: {}

In other examples we will omit the rules.field_name part.

This document contains the full list of transformers (grouped by categories).