Modify
processing.modify Processing v0.1.0 Set, rename, remove, or keep fields with {{ }} expressions, type coercion, and dot-paths.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Input |
| Output | output | Output |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Modemode | select | "merge" | Merge changes into the input, or replace it entirely. mergereplace |
Assignmentsassignments | json | [{"name":"status","value":"ok","type":"auto"}] | List of { name, value, type } fields to set. |
Renamesrename | json | [] | List of { from, to } key renames. |
Removeremove | json | [] | List of dotted paths to delete. |
Keep onlykeepOnly | json | [] | If non-empty, keep only these top-level keys. |
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.