map_reduce_mr_zip
Combine two JSON arrays into an array of paired objects with left and right keys. Useful for merging parallel data sets in map-reduce workflows.
Instructions
[map_reduce] Zip two JSON arrays into [{left, right}, ...] pairs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| left | Yes | ||
| right | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |