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
| Direction | Port | Label |
|---|---|---|
| Input | input | Payload |
| Output | output | Payload |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
File pathpath | string | — | Absolute path of the file to write. |
ContentcontentMode | 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 fieldinputField | string | "" | Dot-path to the value to write. Leave blank to write the whole payload. |
Appendappend | boolean | false | Append to the file instead of overwriting it. |
Create directoriescreateDirs | boolean | true | Create missing parent directories automatically. |
Encodingencoding | 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.