Structured Data Production De-Identification with anonym.plus

Turn a database export into an anonymous file that sits outside GDPR scope.

Structured-data de-identification is the removal of personal details from a database export so it is no longer personal information under GDPR Recital 26. anonym.plus does this on a local device, keeping the column structure.

When this applies

A production may include a database export with thousands of rows. Once it is truly anonymous under Recital 26, it falls outside GDPR for second uses.

How anonym.plus handles it

  1. Point anonym.plus at the export on your device.
  2. It maps ID fields and free-text values.
  3. The tool flags names, IDs, and contacts per field.
  4. Swap them with the reversible map turned off.
  5. Confirm no re-link key is left behind.
  6. Save the anonymous dataset on your device.

What you need to provide

PII entity types detected

Categoryanonym.plus entity typeExample
NamesPERSONname field → [PERSON_n]
IdentifiersUS_SSNssn field → [SSN]
ContactEMAIL_ADDRESSemail field → [EMAIL]
DatesDATE_TIMEdob field → [DOB]
LocationLOCATIONaddress field → [ADDRESS]
AccountUS_BANK_NUMBERaccount field → [ACCOUNT]

Compliance achieved

Anonymize structured datasets offline — see plans & start free →

Limitations & cautions

True anonymity is a high bar. A unique row, like one rare value in a small group, can re-identify even after direct IDs go. If you keep a reversible key, the data is pseudonymous and stays in scope. Weigh the residual risk first.

Frequently asked questions

When is a structured export truly anonymous?

When no one can reasonably re-identify any row. That means no kept key and low risk from rare value combinations. Only then does Recital 26 take it out of scope.

Anonymous or pseudonymous — what is the difference?

Pseudonymous output keeps a key that can re-link rows, so it stays personal data. Anonymous output drops that key for good.

Does it read SQL dumps?

Yes. CSV, JSON, and SQL exports are supported, with a field map for known IDs.