Selecting Data Elements to Redact or Reveal
What are operations?
Operations Examples
JSONPath
{
"customers": {
"first_customer": {
"first_name": "John",
"last_name": "Doe",
"credit_card": "4111111111111111",
"card_exp": "9/23",
"card_cvv": "123"
},
"second_customer": {
"first_name": "Jane",
"last_name": "Smith",
"credit_card": "4222222222222222",
"card_exp": "9/23",
"card_cvv": "123"
}
}
}Xpath
Form
HTML
Regex
Replace the value with any text and aliased value.

Replace the value with Aliased value and preserved group
Last updated

