diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-26 16:28:38 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-26 16:28:38 +0000 |
| commit | c2a762d71b67ee957a2e7730bed336411f65d1d6 (patch) | |
| tree | 1955d68353c8c0c3a06961c01d594de7b9d634e6 /examples/local.py | |
| parent | e476403c59e922512d06ef5489a07fba87615998 (diff) | |
| download | gdpr-obfuscator-c2a762d71b67ee957a2e7730bed336411f65d1d6.tar.gz gdpr-obfuscator-c2a762d71b67ee957a2e7730bed336411f65d1d6.zip | |
use larger dataset when testing examples/local.py
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)) |
