User Tools

Site Tools


transformations:input

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
transformations:input [2021/03/22 09:58] – [Use cases] dmitrytransformations:input [2021/03/28 15:15] craigt
Line 1: Line 1:
 {{ transformations:InputAction.png}} {{ transformations:InputAction.png}}
 ====== INPUT ====== ====== INPUT ======
-Category: Create / Input+Category: Create / Input\\ 
 + 
 +\\ 
 =====Description===== =====Description=====
 This action works together with the [[transformations:call|Call]], [[transformations:iterate|Iterate]], [[transformations:iteratecolumns|Iterate columns]], [[transformations:iteratetable|Iterate table]], or [[transformations:repeat|Repeat]] actions. It obtains an input dataset from the module (or project) that called current module. If the current module was not called from another module (or project) then Input returns empty dataset. This action works together with the [[transformations:call|Call]], [[transformations:iterate|Iterate]], [[transformations:iteratecolumns|Iterate columns]], [[transformations:iteratetable|Iterate table]], or [[transformations:repeat|Repeat]] actions. It obtains an input dataset from the module (or project) that called current module. If the current module was not called from another module (or project) then Input returns empty dataset.
  
 To simplify development, it is possible to paste test data from the clipboard into Input action, similar to the [[transformations:sandbox|Sandbox]] action. Typically, a small subset is pasted for use in designing the workflow. The pasted data is not saved and does not survive project re-opening.\\ To simplify development, it is possible to paste test data from the clipboard into Input action, similar to the [[transformations:sandbox|Sandbox]] action. Typically, a small subset is pasted for use in designing the workflow. The pasted data is not saved and does not survive project re-opening.\\
 +
 +\\ 
 +=====Use cases=====
 +The Input action passes data between modules in memory which helps avoid potentially slow reading datasets from disk or writing to disk in every iteration or call. By removing the need to read/write datasets to disk, the action simplified workflows.\\
  
 \\  \\ 
Line 25: Line 31:
  
 \\  \\ 
-=====Use cases===== 
-The Input action passes data between modules in memory which helps avoid potentially slow reading datasets from disk or writing to disk in every iteration or call. By removing the need to read/write datasets to disk, the action simplified workflows. 
 =====See also===== =====See also=====
   * [[transformations:call|Call]]   * [[transformations:call|Call]]
transformations/input.txt · Last modified: 2021/07/18 02:03 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki