diff options
Diffstat (limited to 'examples/local.py')
| -rw-r--r-- | examples/local.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/local.py b/examples/local.py index befd9f2..6df0556 100644 --- a/examples/local.py +++ b/examples/local.py @@ -2,8 +2,6 @@ from gdpr_obfuscator import Obfuscator obfuscator = Obfuscator() -json_input = ( - '{"file_path": "./test/data/mock_data.csv", "pii_fields": ["name", "email"]}' -) +json_input = '{"file_path": "./test/data/large_dataset.csv", "pii_fields": ["full_name", "email_address"]}' print(obfuscator.process_local(json_input)) |
