Mockers
Mockers are used to generate entirely new, random values for a column. They are ideal when privacy is the top priority, and there’s no need to maintain a link to the original data values.
When to use
To fill columns that contain directly identifiable information (PII)
To populate empty columns
When format matters, but data relationships do not
When not to use
When relationships with original data must be preserved
For key columns (e.g., primary or foreign keys)
When data correlations or dependencies matter
When maintaining statistical properties is important
Available mockers
Mockers are grouped by data type:
Interactive guide: How to apply a mocker
Follow the interactive guide below to apply a mocker.
Last updated
Was this helpful?