Skip to content

Commit

Permalink
Add more sample usages
Browse files Browse the repository at this point in the history
  • Loading branch information
artfuldev committed Oct 8, 2024
1 parent c204c2d commit 580f41b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ cat sample.txt | pii analyze | pii anonymize --vaulturl "http://127.0.0.1:8200"

# csv files
cat sample.csv | pii analyze --csv
cat sample.csv | pii analyze --csv | pii anonymize
cat sample.csv | pii analyze --csv | pii anonymize | jq -r '.text'
cat sample.csv | pii analyze --csv | pii anonymize | jq -r '.text' > anonymized.csv

# vault integration
Expand Down

0 comments on commit 580f41b

Please sign in to comment.