Options
Option Name |
Description and Valid Values |
---|---|
Algorithm |
Specifies one of these algorithms to use to generate the match key:
|
Field name |
Specifies the field to which you want to apply the selected algorithm to generate the match key. For example, if you select a field called LastName and you choose the Soundex algorithm, the Soundex algorithm would be applied to the data in the LastName field to produce a match key. |
Start position |
Specifies the starting position within the specified field. Not all algorithms allow you to specify a start position. |
Length |
Specifies the length of characters to include from the starting position. Not all algorithms allow you to specify a length. |
Remove noise characters |
Removes all non-numeric and non-alpha characters such as hyphens, white space, and other special characters from an input field. |
Sort input |
Sorts all characters in an input field or all terms in an input field in alphabetical order.
|
If you add multiple match key generation algorithms, you can use the Move Up and Move Down buttons to change the order in which the algorithms are applied.
Generating an Express Match Key
Enable the Generate Express Match Key option and click Add to define an express match key to be used later in the dataflow by an Intraflow Match stage or an Interflow Match stage.
If the Generate Express Match Key option is enabled and the Express match key on option is selected in a downstream Interflow Match stage or Intraflow Match stage, the match attempt is first made using the express match key created here. If two records' express match keys match, then the record is considered a match and no further processing is attempted. If the records' express match keys do not match, then the match rules defined in Interflow Match or Intraflow Match are used to determine if the records match.