Write File

io.write-file Storage v0.1.0

Writes workflow data to a file — pretty JSON, raw text, or decoded base64 bytes — with optional append and parent-directory creation.

Ports

DirectionPortLabel
InputinputPayload
OutputoutputPayload

Properties

PropertyTypeDefaultDescription
File path
path
string Absolute path of the file to write.
Content
contentMode
select "json" JSON pretty-prints the value; Text writes a string as-is (errors on non-strings); Base64 decodes a base64 string to raw bytes.
jsontextbase64
Input field
inputField
string "" Dot-path to the value to write. Leave blank to write the whole payload.
Append
append
boolean false Append to the file instead of overwriting it.
Create directories
createDirs
boolean true Create missing parent directories automatically.
Encoding
encoding
select "utf8" Text encoding used when writing.
utf8base64

This page is generated from the node registry by gen-node-docs.mjs on every site build — ports, properties, defaults and visibility rules cannot drift from the code.