diff options
| author | Alex Schofield <git@ajschof.me> | 2025-03-02 23:41:56 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-03-02 23:41:56 +0000 |
| commit | 376dcaa3c90ac941423770d7adb7d4468ac26b89 (patch) | |
| tree | 56e9e7ac6ac367f1c6bbdd200c5f8ec43bee0e2f | |
| parent | a21e700ab095b79ac917c9962e3b60e61405f6dc (diff) | |
| download | gdpr-obfuscator-376dcaa3c90ac941423770d7adb7d4468ac26b89.tar.gz gdpr-obfuscator-376dcaa3c90ac941423770d7adb7d4468ac26b89.zip | |
clarify how obfuscated data is returned in README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ The MVP covers: 1. Reading a JSON string containing the S3 location of the CSV file and the names of the fields that are required to be obfuscated 2. Ingesting the CSV file containing data records (with a primary key) from an AWS S3 bucket 3. Obfuscating chosen PII fields (e.g. `name`, `email_address`) by replacing their values with an obfuscated string (`***`) -4. Producing an output CSV file (or a byte-stream) that maintains the original structure but with sensitive fields changed +4. Returning the obfuscated data as a byte-stream that maintains the original structure but with sensitive fields changed This meets the requirements under the General Data Protection Regulation [(GDPR)](https://ico.org.uk/media/for-organisations/guide-to-data-protection/guide-to-the-general-data-protection-regulation-gdpr-1-1.pdf) to ensure that all data containing information that can be used to identify an individual should be anonymised. |
