|
Condition stepA Condition step is used when the data extraction must be based on specific criteria. The Condition step splits the extraction workflow into two separate branches, one that is executed when the condition is true, the other when it is false. Extract steps can be added to both the 'true' and the 'false' branch (see Extracting data and Extracting transactional data). In the Data Viewer pane, icons on the left indicate the result of the evaluation in the Condition step: when true and when false. Adding a Condition stepTo add a Condition step:
Configuring a Condition stepThe condition in a Condition step is expressed in a rule or combination of rules. Rules have a left operand, an operand type (for example: contains, is empty) and a right operand. Inverting a ruleInverting a rule adds not to the operand type. For instance, is empty becomes is not empty. To invert a rule, check the Invert condition option next to Operator under Condition on the Step properties pane. Combining rulesOne rule is already present in a newly added Condition step. To add another rule, click the Add condition button under Condition, next to Condition List, on the Step properties pane.
Rules are by default combined with AND. To change the way rules are combined, right-click "AND" in the Rule Tree, on the Step properties pane, and select OR or XOR instead. (XOR means one or the other, but not both.)
Renaming a ruleTo rename a rule, double-click its name in the Rule Tree and type a new name. |
|