CREATE Y FROM POINTS

Creates a Y-values vector from a comma-separated list of numeric points entered as text. Use this worker when you need to construct a simple curve’s Y-axis data inline within a workflow without loading an external file.

When to use

Classification: process.

Tagged: create, csv, curve, inline, text, vector, y-values.

Inputs

Label ID Type Default Required Description
Y-Points y-points any   Comma-separated numeric Y values (e.g. ‘0,1,4,9,16’) that define the output vector; leave empty to produce a zero-length vector.

Outputs

Label ID Type Description
curve_create_y_from_text_output_1 curve_create_y_from_text_output_1 vector Numeric vector of Y values parsed from the input CSV text, with sequential integer indices as implicit X values.

Disciplines

  • data.curve.transform

Runnable example

A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_create_y_from_text


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