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
| Direction | Port | Label |
|---|---|---|
| Input | input | Items |
| Output | output | Unique items |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Comparecompare | select | "allFields" | What makes two items duplicates: the whole item, or only the selected fields. allFieldsselectedFields |
Fieldsfields | json | [] | JSON array of dot-paths to compare, e.g. ["id", "user.email"]. Shown when compare === "selectedFields" |
Keepkeep | 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.