About Parse Normalize rules

Parse normalize rules operate on a text string and perform string substitutions, to produce a normalized output text string. Normalization can replace multiple variants of a word or other text with a uniform, normalized value. Such normalization can make later operations on the normalized string simpler or faster.

The following tabs are available on this form:

For example, the original text string may contain a date or amount in any one of a variety of formats. If the desired date format is YYYY-MM-DD (for example 2009-10-12), parse normalize rules can search for dates in other formats and replace the value with the normalized format.

Where referenced

Parse normalize rules are referenced and executed in activities, by the Text-Normalize method.

Access

Use the Application Explorer to access parse normalize rules that apply to the work types in your application. Use the Records Explorer to list all parse normalize rules available to you.

Category

Normalize rules are part of the Integration-Mapping category. A parse normalize rule is an instance of the Rule-Parse-Normalize rule type.