Previous Topic: Write File OperatorNext Topic: Output Parameters


Input Parameters

File Contents as Array

When checked, specifies that the dataset variable is a string array.

File Contents

If you do not select the File Contents As Array check box, write the contents in this field to the specified file.

File Contents as Array

If you select the File Contents As Array check box, write the contents in this field to the specified file, with each index as a new line in the file.

You can add, remove, and order the variables using the toolbar.

Destination File Name

Specifies the name of the destination file.

Note: If the destination file does not exist, the file is created before writing data to the file.

Append (if file exists)

Specifies that the content of the dataset variable is appended to a file if it already exists. The default is checked.

Working Directory

Specifies the working directory to execute this operator.

Notes: If the working directory is not specified, the home directory of the user 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-specified in the operator category level parameters.

Password

Specifies the password for the user ID.

File Encoding

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