Merges two datasets using n8n's powerful Merge node, mimicking SQL joins for appending, enriching, or filtering data.
This workflow showcases the Merge node in n8n, one of its most versatile tools for combining data from multiple sources similar to SQL JOIN operations. It branches to process datasets A and B separately before rejoining them based on matching rules, demonstrating key operations like inner joins (keep matching items), left joins (enrich A with B data), and unions (append B below A).
Benefits include simplified data aggregation without custom coding, handling of duplicates or new/existing items e
Platform
n8n
Category
Business Intelligence
Price
$12.99
Creator
Maxim Luong
merge
join
datasets
sql
data-processing
business-intelligence
etl
aggregation
knowledge-retrieval
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.