IMPORT CURVES FROM CSV STRING

Parses a raw CSV string into one or more curve objects, using the ENDCURVE delimiter to separate multiple curves within a single input. Use this worker whenever curve data arrives as inline text (e.g., from a upstream worker or a manual paste) rather than as a file on disk.

When to use

Classification: process.

Tagged: ENDCURVE, csv, curves, import, inline, parse, text.

Inputs

Label ID Type Default Required Description
CSV csv textarea   Raw CSV-formatted string to parse into curves; separate multiple curves within the same string using the ENDCURVE delimiter. Leave blank if no curve data is available yet (input is optional).

Outputs

Label ID Type Description
Imported Curves imported_curves vector Ordered list of curve objects (vector) parsed from the input CSV string; one entry per curve delimited by ENDCURVE, preserving column order as x/y values.

Disciplines

  • data.curve.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=curves_import_csv


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