Calculates a "structure hash" which is equal for similarly structured input.

ParameterTypeRequiredDefaultDescription
asstringfalse_tokenHashThe name of output field, defaults to _tokenHash.
fieldstringtrue The name of the field to hash. [a]

[a] If an argument name is not given, field is the default argument.

tokenHash() Examples

Replace the value in the ssn field with the hash of the existing value, also replacing it in @rawstring

logscale
tokenHash(ssn)