Remove Duplicates

processing.dedupe Processing v0.1.0

Removes duplicate items — compared by the whole item or selected fields — keeping the first or last occurrence.

Ports

DirectionPortLabel
InputinputItems
OutputoutputUnique items

Properties

PropertyTypeDefaultDescription
Compare
compare
select "allFields" What makes two items duplicates: the whole item, or only the selected fields.
allFieldsselectedFields
Fields
fields
json [] JSON array of dot-paths to compare, e.g. ["id", "user.email"].
Shown when compare === "selectedFields"
Keep
keep
select "first" Which occurrence of each duplicate to keep. Input order of the kept items is preserved.
firstlast

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.