Releases: thoughtworks/pii-anonymizer
Releases · thoughtworks/pii-anonymizer
Fix - Spark Performance
Thai Citizen Id Detector
Added 13 digits Thai Citizen Id detector
Multiple input for both csv, parquet
Automatically get and parse input files according to their format
Multiple CSV input
Open up the option to specify wildcard in file_path
Parquet or CSV as output format
It's now possible to select the output file format from pii-anonymizer
.
Specify the output_file_format
under anonymize
section with "csv" (default) or "parquet"
Merge drop and redact into replace
Replace drop and redact mode with replace mode, when no value is given under anonymize section the default behavior drops the detected value. Otherwise, we replace the detected value with what was given in value field.
Anonymizer mode
Introduce mode option for Anonymizer
- Redact (Replace with [Redacted])
- Drop (Remove PII)