Array Character Scramble (ArrayTextMaskGenerator)
The Array Character Scramble generator is intended for array values. It replaces letters with random other letters, and numbers with random other numbers. It preserves punctuation and whitespace from the original value.
Link object structure
The Array Character Scramble generator can be self-consistent, but not consistent with another column. You cannot configure differential privacy.
The metadata
object is populated from the BaseMetadata
object.
There is no generator-specific configuration.
Example replacement
The following example replacement configures a column to use the built-in generator preset for the Array Character Scramble generator. The generator is not consistent.
Last updated