Writes strings to a file.
Parameters in GUI
Parameter | Description | Default value |
---|---|---|
Output file (required) | Location of the output data file. If this attribute is set, then the “Location” slot is not taken into account. | |
Existing file | If a target file already exists, you can specify how it should be handled: either overwritten, renamed or appended (if supported by file format). | Rename |
Accumulate objects | Accumulates all incoming data in one file or creates separate files for each input. In the latter case, an incremental numerical suffix is added to a file name. | True |
Parameters in Schema File
Type: write-text
Parameter | Parameter in the GUI | Type |
---|---|---|
url-out | Output file | string |
write-mode | Existing file | numeric Available values are:
|
accumulate | Accumulate objects | boolean |
Input/Output Ports
The element has 1 input port:
Name in GUI: Plain text
Name in Schema File: in-text
Slots:
Slot In GUI | Slot in Schema File | Type |
---|---|---|
Plain text | text | string |
Location | url | string |