Stay organized with collections
Save and categorize content based on your preferences.
This page explains how to apply a hashing algorithm to column values when you
prepare data in the Wrangler workspace of the Cloud Data Fusion Studio.
In Wrangler, you can apply a hashing algorithm, such as SHA, to a column of
values. The result is a unique, fixed-length string called the hash value or
message digest.
When you apply the hash directive to a string column, Wrangler replaces the
content of the column with the message digest. No new columns are created when
you apply the hash directive.
You can choose to encode the message digest. If you encode the message digest,
Wrangler encodes the values in the column as hex with left-padding zeros.
Cloud Data Fusion supports he following hashing algorithms in the Wrangler
workspace:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details how to apply hashing algorithms to column values within the Wrangler workspace of Cloud Data Fusion Studio."],["Applying the `hash` directive in Wrangler replaces the original column content with a unique, fixed-length hash value, also known as a message digest, without creating new columns."],["Wrangler offers options for encoding the message digest, including encoding values as `hex` with left-padding zeros."],["Cloud Data Fusion supports a wide array of hashing algorithms in Wrangler, including various versions of BLAKE2B, GOST, KECCAK, MD, RIPEMD, SHA, Skein, SM3, Tiger, and WHIRLPOOL."]]],[]]