MERGE TWO KEY VALUES INTO ONE DATA SET¶
Merges two key-value inputs — a Min Values set and a Max Values set — into a single unified dataset. Use this worker when you need to combine lower- and upper-bound key-value pairs into one tabular structure for downstream processing or reporting.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Min Values | min_value | keyvalue | — | Key-value pairs representing the minimum values to be merged; optional — leave unconnected if no lower-bound data is required. | |
| Max Value | max_value | keyvalue | — | Key-value pairs representing the maximum values to be merged; optional — leave unconnected if no upper-bound data is required. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| keyvalue_minmax_output_1 | keyvalue_minmax_output_1 | dataset | A unified tabular dataset containing the merged min and max key-value entries as columns or rows, ready for downstream analysis or reporting. |
Disciplines¶
- data.dataset.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=keyvalue_minmax
Auto-generated from transformation schema. Worker id: keyvalue_minmax. Schema hash: dbd4135ed4e1. Hand-curated docs in workerexamples/ override this page when present.