Previous Topic: Read from File OperatorNext Topic: Output Parameters


Input Parameters

Source File Name

Specifies the file to read.

Return file contents in a string array

Specifies if the dataset variable is a string array. If checked, the dataset variable is assumed to be a string.

From Line Number

Specifies the line number in the file from which the file content must be read. If this field is left blank, this operator reads from line number 1. This field must contain positive non-zero values only.

To Line Number

Specifies the line number in the file until where the content must be read. This field must contain positive non-zero values only. If it is left blank, this operator reads to the end of file.

Dataset Variable Name

Specifies the name for the dataset variable.

This field length can be a maximum of 1024. Lines exceeding this limit are ignored and a new dataset variable field named "warnings" is created after execution (which contains the warning message).

Working Directory

Specifies the working directory to execute this operation.

Notes: If the working directory is not specified, the user home directory becomes the working directory.

The file path can be absolute or relative to the working directory.

User ID

Specifies the user account to use while executing the operator on the host. Overrides the user who is specified in the operator category configuration.

Password

Specifies the password for the user ID.

File Encoding

Specifies the encoding scheme that is used to read from the file (UTF-8, UTF-16, US-ASCII, Windows-1250, Windows-1252, Shift_JIS).