Skip to content

Commit

Permalink
docs: fix readme chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienaury committed Sep 29, 2024
1 parent e32e952 commit 961d61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@ To mask data in a Parquet file using PIMO with the correct configuration option,
pimo parquet data.parquet maskedData.parquet --config masking.yml
```

### Example
#### Example

Assume the Parquet file `data.parquet` has the following table structure:

Expand All @@ -1456,7 +1456,7 @@ Assume the Parquet file `data.parquet` has the following table structure:
| NewYork | 0032 | Doe | classic | 12345 | 50000 |
| SanFrancisco | 7894 | Smith | saving | 67890 | 60000 |

### Masking Configuration (`masking.yml`)
#### Masking Configuration (`masking.yml`)

```yaml
version: "1"
Expand Down Expand Up @@ -1490,7 +1490,7 @@ masking:
- template: "{{.account_number}}"
```

### Resulting Masked Parquet File
#### Resulting Masked Parquet File

After executing the command:

Expand Down

0 comments on commit 961d61e

Please sign in to comment.