Scan Your File
Drop a CSV file. The scanner checks every column for common PII patterns and flags what it finds.
Click to choose a CSV or drag and drop here
CSV files only · Processed locally
Findings
Review what was found. Then download a redacted version safe to share in your session.
For Power Users
Python Script Download
Prefer to run this on large files or automate it in a pipeline? Download the standalone Python script. Works on CSV and Excel files. Requires Python 3.8+ and pandas.
neutrino_pii_scanner.py
Scans CSV/XLSX for PII, outputs a report and a redacted file. Safe to integrate into any data pipeline.
Requires: Python 3.8+, pandas, openpyxl (for Excel) — install with pip install pandas openpyxl