From c2a762d71b67ee957a2e7730bed336411f65d1d6 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Wed, 26 Feb 2025 16:28:38 +0000 Subject: use larger dataset when testing examples/local.py --- examples/local.py | 4 +--- 1 file changed, 1 insertion(+), 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)) -- cgit v1.2.3