STRING MAX¶
Parses a comma-separated string of numeric values and returns the maximum value. Use this worker whenever you need to reduce a CSV scalar string to its single largest element 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’); also accepts a pre-split PHP array. Required — no default is applied. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Max Value | string_max | scalar | Single scalar numeric value representing the maximum element found in the input CSV string. |
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_max
Auto-generated from transformation schema. Worker id: string_max. Schema hash: 8c669f5da4ba. Hand-curated docs in workerexamples/ override this page when present.