08 May 2007 - 1.7.1 |
The DataSourceLoop Step is used together with the DataSource Step to create a sequence of steps that should be executed for each row of data. It must be placed after its corresponding DataSource step and is configured by either double-clicking or selecting "Configure" from its popup menu, which displays the following dialog:
The dialog contains 2 options:
For example, if a DataSource step is used to read data from an external file and the followed by a request using that data, a DataSource Loop should be added after the request specifying the DataSource Step and the Request step as its target step.. (ie loop back to the request if more data is available).