Overview

De-identification masks sensitive data and replaces it with secure PII alternatives. Configuration runs as a fixed sequence — name, method and data source, rule definition, filter, output, summary — that is shared by all three configuration methods. This page documents the shared sequence and the reference tables common to every method: generators, modes, and output options.

The three methods differ only in how rules are created. Each has its own reference page: Auto, Excel, and Manual De-identification.

When to use it

  • Understanding the end-to-end configuration sequence before choosing a method.
  • Looking up the generators, modes, or output options shared across methods.

Configuration sequence

StepScreenPurpose
1Configuration (start)Select the project and enter a title.
2Method + data sourceChoose Auto, Excel-based, or Manual, and select the data source.
3Rule definitionCreate de-identification rules (method-specific).
4FilterOptionally restrict processing to a subset.
5Output configurationChoose output store and table-name prefix/suffix.
6SummaryReview and submit.

Configuration methods

MethodDescription
AutoUses AI to detect PII and de-identify it.
Excel-basedApplies rules from a downloaded, filled-in template uploaded back to Maskbits.
ManualDefines each field rule directly in the UI.

Rule settings

Choosing the De-identification option on a data type enables three settings, used by all methods:

SettingDescription
GeneratorThe kind of value produced in place of the original (for example First Name).
ModeHow replacement values are generated across the data (for example Consistent).
Field PathThe path to the field being de-identified.

Generators

Named in the source; partial list.

GeneratorDe-identifies
First NameFirst name values.
Last NameLast name values.
Date / Date of BirthDate and date-of-birth values.
EmailEmail addresses.
AddressAddress values.
PhonePhone numbers.
SSNSocial security numbers.
StateState values.
CityCity values.
ZipZip / postal codes.

De-identification modes

One mode named in the source.

ModeBehavior
ConsistentThe same input value maps to the same de-identified output across the data.
RandomRandomize the data

Output configuration

OptionDescription
Output storeWhere de-identified data is written (for example Mongo).
Prefix / SuffixText added to the output table name.
Output previewShows the resulting table name.

Key behaviors

All methods converge on the same flow. Auto, Excel, and Manual differ only at the rule-definition step; filter, output, and summary are identical.

Output is a separate table. De-identified data is written under a name derived from the source table plus a prefix or suffix, leaving the original in place.