Skip to main content

Output

Synopsis

This operator wraps the

Store, Store File, Store in Data Catalogue and Write to Data Catalogue operators and can write files based on the user configuration.

Description

This operator writes a file or table to the data catalog or project. If the store_file Parameter is set to "false" this operator will only act as an passthrough operator. The name to store the file under is specified through the file name parameter.

Input

input

This input port, which will be written to the chosen storage. Can be a file or a table

Output

through

The file provided at the input port is delivered through this output port without any modifications. This is usually used to reuse the same file in further operators of the process.

through context

The file provided at the input port is delivered through this output port without any modifications. This port is not visible to the user, as this is used to connect to the process context.

Parameters

workflow port number

The name of the process context output port

display result

Will show the result preview, if this flag is set. Currently not shown.

save results

If this flag is true, the input of this operator will be saved inside the chosen storage. If not, then this operator will act only as an passthrough.

file location

This parameter is used to specify the storage and the name of the file.

See Also