Skip to content

"Write File" Operation

olitank edited this page Nov 25, 2025 · 2 revisions

This operation allows to persist some data in a file.

Mode

This is the file reading mode, which can be textual (read characters) or binary (read bytes).

(Next Setting)

filePath

Specifies the file path.

text/data

Corresponds to the content (the nature of which depends on the mode) inserted into the file.

append

Whether the data is appended to the file or if (otherwise) it replaces the file's content.

charsetName

NOTE: This parameter is available only if the mode is text-based.

Corresponds to the character set / encoding used. By default, the system value is used.

Clone this wiki locally