.. _auto_vector_createfromstring: *VECTOR CREATEFROMSTRING* ========================= Parses a comma-separated string and constructs a numeric vector from its values. Use this worker whenever a vector needs to be materialised from a CSV-formatted text value rather than an upstream vector port. When to use ----------- Classification: **process**. Tagged: ``create``, ``csv``, ``from_string``, ``parse``, ``transform``, ``vector``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Text From Which The Vector To Be Created - textfromwhichthevectortobecreated - text - — - - CSV-formatted text string whose comma-separated numeric values will be parsed into the output vector (e.g. "1.0,2.5,3.7"); leave blank only if the vector is provided by another means. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - vector_createfromstring_output_1 - vector_createfromstring_output_1 - vector - Numeric vector constructed from the parsed input string, with one element per comma-separated value. Disciplines ----------- - data.curve.transform - data.io.csv .. raw:: html
Auto-generated from transformation schema. Worker id: vector_createfromstring. Schema hash: 9073ff8c46cf. Hand-curated docs in workerexamples/ override this page when present.