File System Destination

Configuration Dialog Basic

The File System Destination node writes binary data data to a folder on the computer where the node is running.

Configuration

Basic

Configuration Dialog Basic
Folder Path

The folder on the computer where the node is running where the data will be stored.

File Exists Behavior

This specifies what to do when a file already exists at the target location.

Do Nothing

The node waits until the existing file is removed and then writes the file to the destination.

Rename

The node attempts to rename the file by appending the File Rename Postfix to the file name. The Counter is incremented, starting at 1, up to the specified Maximum Rename Attempt. If the node could not find a filename, it waits until it can find a suitable filename and then writes the file to the destination directory.

Overwrite

The existing file will be overwritten.

Drop

No file will be written.

Default: Do Nothing

File Rename Postfix

If the File Exists Behavior is set to Rename this string will be appended. In this string you can use the variable {Counter} to use the value of the variable. It is possible to format the countervalue using a format string ({Counter}:<format string>). For formatting the counter value see Standard numeric format strings and Custom numeric format strings.

Default: -R{Counter:D2}

Maximum Renaming Attempts

If the File Exists Behavior is set to Rename this number specifies the upper limit of the counter variable.

Default: 50

Use Impersonation

If this optio is enabled the node will execute under the account specified below.

Default: disabled

Domain Name

If the Use Impersonation is enabled this specified the domain of the user.

User Name

If the Use Impersonation is enabled this specified the name of the user.

Password

If the Use Impersonation is enabled this specified the password of the user.