Announcement: New Design for docs.informatica.com!
We have updated the look and feel of docs.informatica.com. To load the latest design, press CTRL-F5 to clear the pages you previously cached on our site, or simply restart your browser.
cannot find the non-optional anchors in an iteration, the iteration fails.
When an iteration fails, the
RepeatingGroup
can either end, fail, or skip the failed iteration. The behavior is as follows:
If the
RepeatingGroup
does not have a
separator
, the
RepeatingGroup
ends. Provided that there was at least one successful iteration prior to the failed iteration, the
RepeatingGroup
succeeds.
If the
RepeatingGroup
has a
separator
, and the
skip_failed_iterations
property is not selected, the
RepeatingGroup
fails.
If the
RepeatingGroup
has a separator, and the
skip_failed_iterations
property is selected, the Script skips over the failed iteration and proceeds with the next iteration. Provided that at least one iteration succeeds, the