n8nflow.net logo

Joining different datasets

by JonathanUpdated: Last update a year agoSource: n8n.io
Loading workflow viewer...

Getting Started

Task:
Merge two datasets into one based on matching rules

Why:
A powerful capability of n8n is to easily branch out the workflow in order to process different datasets. Even more powerful is the ability to join them back together with SQL-like joining logic.

Main use cases:

  • Appending data sets
  • Keep only new items
  • Keep only existing items