Retrieve from File
Synopsis
This operator reads an IO object from the given file object.
Description
The operator is intended to be used in combination with another read operator. The expected type of the IO objects needs to be specified in the corresponding parameter.
Input
file
The file object to read the IO object from.
Output
output
The IO object.
Parameters
type
The expected type of the IO object.
- model_or_generic_ioobject: Select this if the expected IO object is a model or another IO objects that is not a data table.
- data_table: Select this if the expected IO object is a data table.
Differentiation
Retrieve (Deprecated)
The Retrieve (Deprecated) operator retrieves the IO object from a Repository location while the Retrieve from File operator uses a file from an arbitrary location.