Each attribute contains a certain number of distinct data values. A value recode is a user-defined revision or recoding of a distinct data value which modifies or replaces the original value.
Recoded values are useful, for example, if you are standardizing the way your company enters phone numbers into a database or the way you enter data for customer addresses and postal codes. With value recoding you can apply global changes to data formats and structures, and be assured that the resulting data values are consistent in their format and presentation. The Quality Transformer process can use tables of recoded values to standardize and clean data.
- Example
-
An address value can be recoded, such as ROAD to RD or STREET to ST. For an attribute that contains name values, DR. can be recoded as Dr and MR. as Mr.
Each record in a recode table contains two columns:
- original value
- new value
- Example
-
In this scenario, state names in your State attribute have been entered inconsistently. You want to modify how you output the value Tennessee in this attribute to consistently read as TN.
You do this using a recode table that specifies the original value in one column and the new value in a second column. The recode table looks like this:
Original Value
New Value
TENN
TN
Tenn
TN
Ten
TN
Tn
TN
To recode values