Online documentation, manuals and tutorials
< All Topics
Print

FileWrite

Description

Writes data to a file, replacing the file if it already exists. Data can be a string or a blob.

Properties

Specific

File path

EXPRESSION (string)

The full path of the file to be written.

Content

EXPRESSION (string)

The content to be written can be a string or a blob. If the content is a blob, the encoding property is ignored.

Encoding

EXPRESSION (string)

Encoding of the content. Possible values are: "ascii", "base64", "hex", "ucs2", "ucs-2", "utf16le", "utf-16le", "utf8", "utf-8", "binary" or "latin1".

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Examples

  • CSV
  • Screen Capture
Page content