You are here: Reference > Rule types > Parse Infers > Parse Infer form - Completing the Infer tab

Parse Infer form
Completing the Infer tab

  1. About 
  2. New 
  3. Infer 
  4. Pages & Classes 
  5. History 

Use the Infer   tab to define how the Pega 7 Platformperforms regular expression searches defined in parse transform collection rules (Rule-Parse-TransformCollection rule type).

Field

Description

Search  
Look for

Select one:

  • a pattern from — Enter the Name key part of a parse transform collection rule to use as the source for the search. This includes the Java conversion identified on the Transform tab.
  • the string — Enter a literal text string.
Specify Near Qualifier

Select to cause this rule to perform a substring search before evaluating the Look for operation.

Near

Select:

  • a pattern from — Use a parse transform collection rule to define a substring.
  • the string — Enter a literal text string. In the Include the __ characters before the specified string and Include the __ characters after the specified string fields, specify how many characters before or after the string to begin searching.

(This field is visible only when Specify Near Qualifier is selected.

Place parse information into a Page Named

Choose a case-sensitive name for a diagnostic output page created when this rule executes. The class of the page is Code-Pega-Parse.

Selection Validation  
Validate using When

Optional. Select the second key part of a when condition rule to be evaluated before this rule sets property values. If false, no property values are set always.

At runtime, the system uses the Applies To key part of this infer rule as the Applies To key part of the when condition rule.

Set Values  
Place extracted value in:

Optional. Select a destination property to receive the matched value.

Also set the following:

add rowOptional. Identify additional properties and values to be set following a successful match. Order is significant.

 

Optional. Identify a target property to be set.

 

Optional. Enter a constant, property reference or other expression to be the source of a value for the property.

About Parse Infer rules