Placeholder

Substitutes the identified text with the text specified in the 'Setting' field, with the default being the name of the Redaction Rule, Insight Name, or Insight Label.

Example

My credit card number is 5555 1111 5555 1111

Result

My credit card number is [CREDIT-CARD-NUMBER]

Configuration

{
    "sid": "NER000",
    "name": "ner",
    "active": true,
    "agent_location": "left",
    "inbound": true,
    "scrubaudio": true,
    "scrubtext": true,
    "rules": [
        {
            "name": "CreditCardNumber",
            "active": true,
            "mask_type": "Placeholder",
            "setting": "[CREDIT-CARD-NUMBER]",
            "real_time": true
        }
    ]
}

Last updated