Online documentation, manuals and tutorials
< All Topics
Print

FileRead

Description

Reads the contents of a file as either a string or blob and sends it to the content output

Properties

Specific

File path

EXPRESSION (string)

The full path of the file to be read.

Encoding

EXPRESSION (string)

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

If encoding is "binary" then the blob value is returned, otherwise the string value is returned.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

content

DATA(any) | MANDATORY

The read content of the file is sent through this output.

Examples

  • JSON
  • CSV
  • EEZ Chart
Page content