STRING MIN¶
Parses a comma-separated string of numeric values and returns the minimum value. Use this worker whenever you need to extract the smallest element from a CSV-formatted scalar string within a workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| CSV String | string | scalar | — | ✓ | Comma-separated list of numeric values to evaluate (e.g. ‘1,2,3’); passed as a scalar string. Required — no default is applied. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Min Value | string_min | scalar | The minimum numeric value found in the input CSV string, returned as a scalar number. |
Disciplines¶
- data.curve.transform
- data.statistics
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=string_min
Auto-generated from transformation schema. Worker id: string_min. Schema hash: c1d9140b295a. Hand-curated docs in workerexamples/ override this page when present.