Demonstrates comparing two fruit datasets by 'fruit' field to identify color differences using n8n's Compare Datasets node.
This workflow showcases the Compare Datasets node in n8n by comparing two simple datasets of fruits and their colors. It starts with a Manual Trigger, followed by two Code nodes generating Dataset 1 (apple-green, orange-orange, grape-green, strawberry-red, banana-yellow) and Dataset 2 (similar but with variations like kiwi-mostly green). The Compare Datasets node then matches records on the 'fruit' field, highlighting matches, differences, added, or removed items.
Benefits include easy identifi
Platform
n8n
Category
Customer Support
Price
$5.99
Creator
Jordi Faber
data-comparison
compare-datasets
datasets
demo
fruits
code-node
manual-trigger
data-validation
n8n-tutorial
help-desk
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.