Hash

Hash transforms apply a cryptographic hash or checksum to data.

hash.md5

Applies the MD5 hash function to data.

Settings

FieldTypeDescriptionRequired
object.source_keystringRetrieves a value from an object for transformation.No
object.target_keystringPlaces a value into an object after transformation.No

Example

sub.transform.hash.md5()
sub.tf.hash.md5()

hash.sha256

Applies the SHA-256 hash function to data.

Settings

FieldTypeDescriptionRequired
object.source_keystringRetrieves a value from an object for transformation.No
object.target_keystringPlaces a value into an object after transformation.No

Example

sub.transform.hash.sha256()
sub.tf.hash.sha256()