Skip to main content

Shuffle Rule

Goal

Write shuffle rule logic to reorder existing column values.

  • The shuffle reorders the column values in a random order and ensures that no record retains the original column value.

Ano Structure and Example

        ...
shuffle <column> <rule-name?>
...