Closed
Description
Look at the hash extension sample and compare the hashed values with the values stored in the annotations of the "CategoryHashed" column.
Notice how the indices in the annotations are skewed by -1 from the values in the dataview.
// Category CategoryHashed Age AgeHashed
// MLB 36206 18 127
// NFL 19015 14 62
// NFL 19015 15 43
// MLB 36206 18 127
// MLS 6013 14 62
versus the annotations values:
// Output Data
//
// The original value of the 6012 category is MLS
// The original value of the 19014 category is NFL
// The original value of the 36205 category is MLB