Home / Support / Documentation
AEP Online Help Index
Iterators
Iterators
are processing components, used to execute the set of components for
lines, blocks, words and regular expressions in the text source.
There are the following iterators in AEP:
| Component |
Description |
|
Line Iterator
|
Execute the set of components for lines in the specified text source.
|
|
Block Iterator
|
Execute the set of components for blocks in the specified text source.
|
|
Regular Expression Iterator
|
Execute the set of components for regular expressions in the specified
text source.
|
|
Word Iterator
|
Execute the set of components for words in the specified text source.
|
|
Excel Iterator
|
Executes the set of components for lines on the specified
sheet in MS Excel document.
|
|
Database Iterator
|
Executes the set of components for each record from SQL query.
|
Iterators are placed in the Iterators folder in Components Palette.
It is possible to stop iterator execution with Iterator Stopper component.
You can pass over the iteration with Next Iteration component.
|