Differences
This shows you the differences between two versions of the page.
|
|
transformations:input [2016/06/20 00:19] dmitry created |
transformations:input [2016/09/21 02:58] (current) dmitry |
===== Input ===== | ===== Input ===== |
| |
This transformation works together with [[transformations:call|Call]] transformation in another project. It obtains input dataset of [[transformations:call|Call]] transformation of the other project that called current project. If current project was not called from another project Input returns empty dataset. | This transformation works together with [[transformations:call|Call]] or [[transformations:iteratetable|Iterate table]] transformation. It obtains input dataset of such transformation of the other project that called current project. If current project was not called from another project then Input returns empty dataset. |
| |
To simplify development, it is possible to paste test data from the clipboard into Input transformation, similarly to [[transformations:sandbox|Sandbox]] transformation. Typically, a small subset is pasted and then used for designing transformation. The pasted data is not saved and doesn't survive project re-opening. | To simplify development, it is possible to paste test data from the clipboard into Input transformation, similarly to [[transformations:sandbox|Sandbox]] transformation. Typically, a small subset is pasted and then used for designing transformation. The pasted data is not saved and doesn't survive project re-opening. |
**See also** | **See also** |
* [[transformations:call|Call]] | * [[transformations:call|Call]] |
| * [[transformations:iteratetable|Iterate table]] |
| |