SORT VALUES FROM CSV¶
Sorts a delimited list of scalar values (typically sourced from a CSV field) in ascending or descending order. Use this worker when you need to reorder a set of string or numeric values before downstream processing or display.
When to use¶
Classification: process.
Tagged: ascending, csv, descending, order, scalar, sort, string, transformation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Value | datatobesorted | scalar | — | Comma-separated (or delimited) list of values to sort; accepts string or numeric entries — leave blank if values will be injected at runtime. | |
| order | order | scalar | asc | Sort direction: ‘asc’ for ascending (default) or ‘desc’ for descending order. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| string_sorted | string_sorted | scalar | The input values returned as a sorted, delimited scalar string in the requested order. |
Disciplines¶
- data.dataset.transform
- data.io.csv
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=string_sort_values
Auto-generated from transformation schema. Worker id: string_sort_values. Schema hash: 513a44182eff. Hand-curated docs in workerexamples/ override this page when present.