Skip to content

Commit

Permalink
docs: fix file names in data masking
Browse files Browse the repository at this point in the history
  • Loading branch information
heitorlessa committed Dec 18, 2023
1 parent 9a33393 commit 7733633
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/utilities/data_masking.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ Masking will erase the original data and replace with `*****`. This means you ca

1. See [working with nested data](#working-with-nested-data) to learn more about the `fields` parameter. </br></br>If we omit `fields` parameter, the entire dictionary will be erased with `*****`.

=== "input.json"
=== "generic_data_input.json"
```json hl_lines="7 9 14"
--8<-- "examples/data_masking/src/generic_data_input.json"
```

=== "output.json"
=== "getting_started_mask_data_output.json"
```json hl_lines="5 7 12"
--8<-- "examples/data_masking/src/mask_data_output.json"
--8<-- "examples/data_masking/src/getting_started_mask_data_output.json"
```

### Encrypting data
Expand Down

0 comments on commit 7733633

Please sign in to comment.