Skip to content

Commit

Permalink
Update docs/utilities/data_masking.md
Browse files Browse the repository at this point in the history
Co-authored-by: Heitor Lessa <[email protected]>
Signed-off-by: seshubaws <[email protected]>
  • Loading branch information
seshubaws and heitorlessa authored Jan 31, 2024
1 parent f116d3c commit 839755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utilities/data_masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ You can use the `fields` parameter with the dot notation `.` to choose one or mo

When `fields` is present, `erase` behaves differently:

| Operation | Behavior | Example | Obfuscated |
| Operation | Behavior | Example | Result |
| --------- | ----------------------------------------------------------- | ----------------------- | ------------------------------- |
| `erase` | Replace data while keeping collections type intact. | `{"cards": ["a", "b"]}` | `{"cards": ["*****", "*****"]}` |

Expand Down

0 comments on commit 839755a

Please sign in to comment.