User Tools

Site Tools


transformations:iteratetable
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
transformations:iteratetable [2020/02/06 04:47] dmitry
Line 1: Line 1:
 +===== Iterate table =====
  
 +This action is similar to [[transformations:iterate|Iterate]] action, but allows passing a table to an iterated project. The "Iterate table" action has two inputs:
 +
 +1. The output of the previous action
 +2. The external table it references
 +
 +The action works as follows: it takes a dataset from another table (2), passes it to the called module or project, and runs it as many times as there are rows in its input dataset (1).
 +
 +The iterated project should use [[transformations:input|Input]] transformation in order to receive the table.
 +
 +This action allows significantly increasing performance in cases when iterated project had to operate with the same dataset in each iteration.
 +
 +=== See also ===
 +[[transformations:iterate|Iterate]]
 +[[transformations:input|Input]]
transformations/iteratetable.txt · Last modified: 2021/07/17 15:58 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki