Skip to main content
Version: Latest (4.62.0)

Merge Join

This component joins all received objects and merges them. If there are any overlapping keys, the last object that came in will be leading.

See how it works:
Merge Join Explainer

Configuration

Inputs | Outputs


Merge Join
Input
Output
Error
00 0 (ilusxh62)

Force Merge Button Ignores the count or timeout and merges pending objects.

Any data in object form.

Message 1:

{
"_id": "12345",
"name": {
"systemName": "My system name"
}
}

Message 2:

{
"_id": "12345",
"name": {
"displayName": "My display name"
},
"description": "My Description"
}