When you import lookup definitions in the Standardization Rules Designer, files that contain definitions must be text files that contain values that are separated by commas. Each lookup table definition in the file must be formatted correctly.
Column | Required column | Requirements |
---|---|---|
Value | Yes | The maximum length is 600 characters. |
Returned value | No If a returned value is not specified, it is the same as the value. |
The maximum length is 600 characters. |
Similarity threshold | No If a similarity threshold is not specified, a default of 900 is assigned. |
The similarity threshold must be an integer in the range 700 - 900. |
In this example, the returned value and similarity threshold are not specified.
METER,,Value | Returned value | Similarity threshold |
---|---|---|
METER | METER | 900 |
In this example, values are specified for all of the columns. Because the value contains white space, it is enclosed in double quotation marks.
"FREIGHT TON",IMPERIAL,800Value | Returned value | Similarity threshold |
---|---|---|
FREIGHT TON | IMPERIAL | 800 |