Skip to content

Commit

Permalink
Update README.md with output_format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pee Tankulrat authored and Pee Tankulrat committed Nov 28, 2022
1 parent b646b27 commit 36d8727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ An example for the config JSON is located at `<PROJECT_ROOT>/pii-anonymizer.json
"anonymize": {
"mode": <replace|hash>,
"value": "string to replace",
"output_file_path" : <PATH TO YOUR CSV OUTPUT FOLDER>
"output_file_path" : <PATH TO YOUR CSV OUTPUT FOLDER>,
"output_file_format": <csv|parquet>
},
"report" : {
"location" : <PATH TO YOUR REPORT OUTPUT FOLDER>,
Expand Down

0 comments on commit 36d8727

Please sign in to comment.