Compare Datasets¶
Node: compareDatasets · Full type: n8n-nodes-base.compareDatasets · Version: 2.3
Parameters¶
| Parameter | Type | Default | Details |
|---|---|---|---|
mergeByFields |
fixedCollection | {...} | groups: values |
resolve |
options | "preferInput2" | preferInput1, preferInput2, mix, includeBoth |
fuzzyCompare |
boolean | false | |
preferWhenMix |
options | "input1" | input1, input2 |
exceptWhenMix |
string | "" | |
options |
collection | {} | keys: skipFields, fuzzyCompare, disableDotNotation, multipleMatches |
mergeByFields children:
values group:
| Parameter | Type | Default | Details |
|---|---|---|---|
field1 |
string | "" | |
field2 |
string | "" |
options children:
| Parameter | Type | Default | Details |
|---|---|---|---|
skipFields |
string | "" | |
fuzzyCompare |
boolean | false | |
disableDotNotation |
boolean | false | |
multipleMatches |
options | "first" | first, all |