From 839755aa5b9fcea34601ffe72e8ac2a4aa04dc55 Mon Sep 17 00:00:00 2001 From: seshubaws <116689586+seshubaws@users.noreply.github.com> Date: Wed, 31 Jan 2024 08:38:17 -0800 Subject: [PATCH] Update docs/utilities/data_masking.md Co-authored-by: Heitor Lessa Signed-off-by: seshubaws <116689586+seshubaws@users.noreply.github.com> --- docs/utilities/data_masking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities/data_masking.md b/docs/utilities/data_masking.md index ccd3abf563..e4c558fc40 100644 --- a/docs/utilities/data_masking.md +++ b/docs/utilities/data_masking.md @@ -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": ["*****", "*****"]}` |