Skip to content

Add new syntax variant for pattern string anonymizer #230

@pounard

Description

@pounard

In #224 @SimonMellerin suggested:

anonymization:
    default:
        customer:
            biography:
                anonymizer: pattern
                options: 
                     value: '{1} {2} has email address {3}.'
                     1: firstname
                     2: lastname
                     3: 
                         anonymizer: email
                         options: {domain: 'custom-domain.com'}

Let's think about that and implement it whenever we can.

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions