*FORMAT KEY VALUE TO DATASET *¶
Converts a key-value input into a tabular dataset with two columns (key and value). Use this worker whenever downstream steps require a structured dataset format instead of a raw key-value map.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Keyvalue Input | keyvalue | keyvalue | — | ✓ | Key-value map to be converted; each entry becomes one row in the output dataset (key column, value column). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| keyvalue_to_dataset_output_1 | keyvalue_to_dataset_output_1 | dataset | Two-column tabular dataset (columns: key, value) produced from the input key-value map; consumed by any worker expecting a dataset type. |
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_to_dataset
Auto-generated from transformation schema. Worker id: keyvalue_to_dataset. Schema hash: a8ddcc489ab3. Hand-curated docs in workerexamples/ override this page when present.