PII Detector for CSV Files
Finds columns holding personal data, by value and by column name, and masks every example it shows.
Loading the tool…
How to use this tool
- Paste or upload the file you are about to send, share or copy into a lower environment.
- Select Scan for personal data.
- Deal with anything marked critical first — those are identifiers and special category data.
- Treat a clean result as no recognised patterns found, not as a clearance: free text can hold anything.
What pii detector does
The only PII scanner worth using on real data is one the data never leaves, which is why this one runs entirely in the page. Nothing is uploaded, nothing is stored, and closing the tab is all it takes to be rid of the file. That is not a privacy policy; it is what the tool does, and you can watch the network tab while it runs.
Detection works two ways, because neither is enough alone. Values are matched against patterns — a payment card is checked with the Luhn algorithm so a sixteen-digit order number is not reported as one — and column names are matched against the fields that declare their own contents. A column called salary holding 48000 is personal data, and no value-level pattern will ever tell you that. Every example shown in the report is masked, so the report itself is safe to paste into a ticket.