COMBINE SCALARS¶
Collects one or more scalar values and assembles them into a single dataset (table), using configurable delimiters for headers and rows. Use this worker when you need to package loose scalar results — e.g. KPIs extracted from simulation responses — into a structured tabular output for downstream processing or reporting.
When to use¶
Classification: process.
Tagged: assembly, combine, dataset, kpi, merge, scalars, tabular.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Headers | headers | scalar | — | Optional delimited string of column header names to assign to the output dataset; leave blank to use default or positional headers. | |
| Header Delimiter | header_delimiter | list | space | Delimiter used to split the Headers string into individual column names; choose from Space (default), Comma, Tab, or Equal. | |
| Row Delimiter | row_delimiter | scalar | space | Delimiter used to split each scalar value string into individual row cells; choose from Space (default), Comma, Tab, or Equal. | |
| Response To Extract From | responsetoextractfrom | scalar | — | One or more repeating scalar values (e.g. simulation response KPIs) to be combined into rows of the output dataset; supply at least one scalar for meaningful output. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| dataset_combine_scalars_output_1 | dataset_combine_scalars_output_1 | dataset | Tabular dataset whose columns are defined by the provided headers and whose rows are populated from the supplied scalar values, parsed according to the configured row delimiter. |
Disciplines¶
- cae.postprocessing.response
- 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=dataset_combine_scalars
Auto-generated from transformation schema. Worker id: dataset_combine_scalars. Schema hash: eb3df89484f2. Hand-curated docs in workerexamples/ override this page when present.