mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
wip
This commit is contained in:
parent
d2449068db
commit
c41571eb26
@ -12,13 +12,14 @@ The Compare Datasets node helps you compare data from two input streams.
|
||||
* **Use a Mix of Versions**
|
||||
* **Include Both Versions**
|
||||
|
||||
## Understand comparison
|
||||
## Understand item comparison
|
||||
|
||||
Item comparison is a two stage process:
|
||||
|
||||
1. n8n checks if the fields you selected to compare match across both inputs.
|
||||
1. n8n checks if the values of the fields you selected to compare match across both inputs.
|
||||
2. If the fields to compare match, n8n then compares all fields within the items, to determine if the items are the same or different.
|
||||
|
||||
|
||||
## Options
|
||||
|
||||
You can use additional options to refine your comparison or modify comparison behavior.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user