Skip to main content
Base Node Node inspector for a Read File node

Parameters

File Input
bytes
required
Raw file contents to parse.
Format
txt | pdf | json | csv
default:"txt"
required
Format of the input file.

Inputs

Input
any
Inputs are ignored; the input port is only for graph connectivity.

Outputs

Output
string | json
Parsed file data. The structure depends on the selected format.
For txt files, the output is a string containing the full text content.