Fix masking filter documentation
The example had invalid JSON in it.
This commit is contained in:
@ -241,7 +241,7 @@ of the mask value to get the lengths to match.
|
||||
"column": "creditcard"
|
||||
},
|
||||
"with": {
|
||||
"value": "1234123412341234"
|
||||
"value": "1234123412341234",
|
||||
"fill": "0"
|
||||
},
|
||||
"applies_to": [ ... ],
|
||||
|
Reference in New Issue
Block a user