Detect Duplicate Rows

Single file

Find duplicates with count, plus unique rows

Inputs
dataset
Outputs
dataset

Overview

Finds duplicate rows by a key column (or whole-row equality). Outputs the duplicates with a count, plus the unique rows.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Key columnColumn used to detect duplicates. Leave blank for whole-row matching.
Output (duplicates) variable namerequiredName this node's result so downstream nodes can select it. Auto-suggested; edit freely.

Try it

Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.

Sample input · data

idemail
1a@x.com
2b@x.com
3a@x.com
4c@x.com
5b@x.com

This is a live preview — the sample and results are temporary and never saved.