t.me/alphaoftech
intellirim.github.io/alphaoftech
github.com/Intellirim
https://github.com/Intellirim/csv-surgeon (7/7)
https://github.com/Intellirim/csv-surgeon (7/7)
Works in data pipelines, handles files >1GB with stream processing, optional PII sanitization mode. (6/7)
Works in data pipelines, handles files >1GB with stream processing, optional PII sanitization mode. (6/7)
After: `csv-surgeon repair broken.csv` → clean, valid CSV in seconds. (4/7)
After: `csv-surgeon repair broken.csv` → clean, valid CSV in seconds. (4/7)
pip install pii-guard
Scan a file:
pii-guard scan input.txt
Mask and save:
pii-guard scan --mask partial --output clean.txt input.txt
Works with stdin for pipelines too. (6/8)
pip install pii-guard
Scan a file:
pii-guard scan input.txt
Mask and save:
pii-guard scan --mask partial --output clean.txt input.txt
Works with stdin for pipelines too. (6/8)