Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ShuffleFormatEntry

The Shuffle masking format randomly shuffles values within a column. It can also be used to shuffle column data within discrete units, or groups, where there is a relationship among the members of each group. To learn more, check Shuffle in the Data Safe documentation. The Shuffle masking format randomly shuffles values within a column. It can also be used to shuffle column data within discrete units, or groups, where there is a relationship among the members of each group. To learn more, check Shuffle in the Data Safe documentation.

Properties

Optional description

description: undefined | string

The description of the format entry.

Optional groupingColumns

groupingColumns: Array<string>

One or more reference columns to be used to group column values so that they can be shuffled within their own group. The grouping columns and the column to be masked must belong to the same table.

Const type

type: string = "SHUFFLE"

Methods

getDeserializedJsonObj

getJsonObj