This shows you the differences between two versions of the page.
— |
transformations:iteratetable [2016/09/21 02:56] (current) dmitry created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Iterate table ===== | ||
+ | This transformation is similar to [[transformations:iterate|Iterate]] transformation, but allows passing a table to an iterated project. The iterated project should use [[transformations:input|Input]] transformation in order to receive the table. | ||
+ | |||
+ | This transformation allows significantly increasing performance in cases when iterated project had to read the same file in each iteration (in previous versions of EasyMorph). Now such file can be read once and then passed to an iterated project in memory. |