Iterator - iterate using a comparator
Search form
Description - Iterate a loop while (or until) a condition is met
Runtime Class - com.ibi.agents.XDIterTest
Parameter Groups
| Parameter | Type | Description | |
|---|---|---|---|
| * | Do-While: | string | Determines the loop logic between do-while or do-until Select from one of the following options:
|
| * | Operand One: | string | The first of two operands to compare |
| * | Operation: | string | Comparison operator Select from one of the following options:
|
| Operand Two: | string | The second of two operands to compare when operation is dyadic |
* - denotes required
| Parameter | Type | Description | |
|---|---|---|---|
| * | Document: | string | The document emitted at each iteration is the original document or the result of the previous iteration. Select from one of the following options:
|
* - denotes required
| Parameter | Type | Description | |
|---|---|---|---|
| * | Document: | string | Final document emitted is a status document, the original document, the result of the last iteration or an accumulation. Accumulations are memory intensive. Select from one of the following options:
|
* - denotes required
Output Events
| Name | Description |
|---|---|
| OnParseError | Could not parse a document. |