VI Output Objects Overview
You use Visual Integrator (VI) output objects to store data flow output. The output object can define the data columns. If no columns are specified, all possible data columns from the data flow are saved.
The following table describes each output object
Visual Integrator Output Objects
Output Object | Description |
---|---|
Builder | Creates a DI Model. |
cBase | Creates a DI cBase. |
Execrows | Runs commands against the rows in the data flow, substituting parameters based on the data flow columns. |
Fileout | Saves the output data flow to a file. |
Iterate | Calls and iterates other VI tasks or task lists, varying parameters based on input flow columns. |
Pipe (UNIX only) |
Feeds the output data flow into a UNIX pipe. |
Setparm | Sets parameters for later tasks in the VI script. |
Split | Divides the data flow into separate output files based on a data column. |
SQL | Writes the output data flow to an existing ODBC database. |
Tunnel | Writes the output data flow to a file that any DiveLine client can view. |