This page explains the Filesystem Adapter in Bridge context. If you were looking for the same information regarding the PAS Designer, refer to Filesystem Adapter in the Designer guide.

Parameters of Action "append"

Defining a "append" Action

To append data to a file with the file system adapter, you need to define an append action on an action having the stereotype <<FileSystemAdapter>>. You can do this manually (refer to Figure: The Specification Dialog of the File System Adapter) or with the help of the E2E Action Wizard (see context menu of the action node).

Figure: Appending to a File

The file content needs to be provided as input of type Blob. The input object buffer must be named data.

The directory where the file is located and the file name are defined in the component diagram.

Modes of Action "append"