Deduplicate

Remove duplicate items from a list, keeping the first occurrence.

Overview

The Deduplicate node takes an upstream list and removes duplicates, preserving the order of the first occurrence of each item. By default it compares whole items as strings; you can instead deduplicate by a field within each item (useful when the list is made of JSON objects, e.g. scraped records keyed by id or url).

How it works

Configuration

Field Type Default Description
Deduplicate by field Select / dot-path (whole item) Field used to compute the uniqueness key. Blank = compare whole items as strings.

Inputs & Outputs

Inputs: A list from an upstream node.

Outputs: The deduplicated list.

Pricing

Free — no credits charged.