Modify

processing.modify Processing v0.1.0

Set, rename, remove, or keep fields with {{ }} expressions, type coercion, and dot-paths.

Ports

DirectionPortLabel
InputinputInput
OutputoutputOutput

Properties

PropertyTypeDefaultDescription
Mode
mode
select "merge" Merge changes into the input, or replace it entirely.
mergereplace
Assignments
assignments
json [{"name":"status","value":"ok","type":"auto"}] List of { name, value, type } fields to set.
Renames
rename
json [] List of { from, to } key renames.
Remove
remove
json [] List of dotted paths to delete.
Keep only
keepOnly
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.