IMAGE TO TEXT WORKER¶
Reads curve data from a file (e.g. CSV) and imports it as a named curve vector for use in downstream workflow nodes. Use this worker whenever raw curve data stored on disk needs to be ingested into a d3VIEW workflow.
When to use¶
Tagged: csv, curve, file, import, ingest, user.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve File | curve_file | file | — | ✓ | The file containing the raw curve data to be imported (e.g. a two-column CSV with X/Y values); required — no default. |
| Format | format | select | csv | File format of the uploaded curve file; currently only ‘csv’ is supported — leave as default ‘csv’ unless additional formats become available. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Imported Curve | imported_curve | vector | The parsed curve as a vector object (X/Y pairs) ready for use in downstream curve-transform, plotting, or analysis workers. |
Disciplines¶
- data.dataset.ingest
- data.io.csv
- data.io.file
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_import_from_file
Auto-generated from platform schema. Worker id: curve_import_from_file. Schema hash: 8fde085bc8a1. Hand-curated docs in workerexamples/ override this page when present.