User Tools

Site Tools


transformations:anonymizehash

ANONYMIZE/HASH

Category: Transform / Advanced


Description

This action deterministically calculates hashes for values in one or multiple columns.


Use Cases

Using this action, you can anonymize data without affecting its cardinality so it can be used for merging and aggregation.


Action settings

Setting Description
New column nameEnter a name for the new column containing the hashes.
Position Select where the new column will be positioned in the dataset. Options: Rightmost, Leftmost, or
After column (and select an existing column).
SaltCheck this option and enter a salt value to be used within the creation of the hashes.
Anonymize also empty valuesCheck this option to generate hashes for empty values.
ColumnsSelect the columns from the list to be anonymized/hashed.


Examples

Example #1

Create hash values for the following records of personal information.

Before (source table)

FirstInit LastName
G Smith
M Torres
R Burke

After (result table)

FirstInit LastName Hash
G Smith MbUVm13bfrvQO7uiTs+XzQ
M Torres 3lO2kZjJItmnE2EqgtE0LA
R Burke zQhY9YonjxxYdlHeSZtFhg

Action parameters

New column name: Hash
Position: Rightmost
Columns: FirstInit, LastName
transformations/anonymizehash.txt · Last modified: 2025/01/19 23:43 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki