Consecutive Sequence Analyzer

Single file

Detect consecutive numeric sequences

Inputs
dataset
Outputs
dataset

Overview

Scans a numeric or date column and reports consecutive runs and gaps — handy for spotting missing IDs or breaks in a time series.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Analysis columnrequiredThe numeric or date column to scan for runs.
Comparison modeHow consecutive values are compared (integer step, date step, …).
StepThe expected gap between consecutive values (e.g. 1).
Output (summary) 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

id
1
2
3
7
8

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