Fix invalid JSON in masking filter documentation
The example JSON was missing a comma where one was expected.
This commit is contained in:
@ -231,8 +231,8 @@ The `match` value must be a valid pcre2 regular expression.
|
|||||||
```
|
```
|
||||||
|
|
||||||
"replace": {
|
"replace": {
|
||||||
"column": "ssn"
|
"column": "ssn",
|
||||||
"match": "(123)",
|
"match": "(123)"
|
||||||
},
|
},
|
||||||
"with": {
|
"with": {
|
||||||
"fill": "X#"
|
"fill": "X#"
|
||||||
|
|||||||
Reference in New Issue
Block a user