Skip to main content
Base Node Create File node inspector modal

Parameters

File Content
any
default:""
Content to serialize into file bytes. For txt, this is treated as a string (non-string values are converted with str(...)). For pdf, pass a string for a single-page PDF or list[string] for a multi-page PDF (one page per list item).
Format
txt | pdf | json | csv
default:"txt"
required
Target file format used to serialize File Content.

Inputs

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

Outputs

Output
bytes
Serialized file bytes for the selected Format.