.. _auto_string_min: *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. When to use ----------- Classification: **process**. Tagged: ``aggregate``, ``csv``, ``math``, ``min``, ``scalar``, ``string``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 `_ .. raw:: html

Auto-generated from transformation schema. Worker id: string_min. Schema hash: c1d9140b295a. Hand-curated docs in workerexamples/ override this page when present.