Enhance from Map
The Enhance from Map processor allows you to add a new attribute to the data by mapping matching values from an existing attribute.
Use Enhance from Map where new data can be derived from existing data. For example, records without a Gender, but with a gender-specific Title such as Mr or Mrs could have a new gender attribute added using Reference Data, with entries such as:
The following table describes the configuration options:
Configuration | Description |
---|---|
Inputs |
Specify the single attribute to match against the lookup column in the map. |
Options |
Specify the following value map options:
Specify the following match options:
|
Outputs |
Describes any data attribute or flag attribute outputs. |
Data Attributes |
The following data attributes are output:
|
Flags |
The following flags are output:
|
The following table describes the statistics produced by the profiler:
Statistic | Description |
---|---|
Enhanced |
The number of records that matched the reference list, and were therefore enhanced with a new attribute value. |
Unenhanced |
The number of records that did not match the reference list, and were therefore not enhanced. |
Output Filters
The following output filters are available:
-
Records that were enhanced using the Reference Data lookup
-
Records that were not enhanced using the Reference Data lookup
Example
In this example, Enhance from Map is used to add an attribute renamed to TitleGender
, where records have a gender-specific Title:
Title | TitleGender |
---|---|
Ms |
F |
Ms |
F |
Miss |
F |
Mr |
M |
Mr |
M |
Ms |
F |
Miss |
F |
Mr |
M |