REPLACE VALUES IN TABLE

Replaces the existing scalar values in a Define Table with a new set of comma-separated values. The count of new values must exactly match the number of entries already present in the table. Use this worker when you need to update table values in-place without changing the table’s structure or associated curves.

When to use

Classification: process.

Tagged: define_table, in-place, replace_values, scalar, table_edit.

Inputs

Label ID Type Default Required Description
Define Table dt1 define_table   The source Define Table (value–curve pairs) whose scalar values will be replaced; leave unconnected only if the table is supplied through another mechanism.
New Values values scalar   Comma-separated list of new scalar values to substitute into the table; the count must exactly match the number of existing rows in the input table.

Outputs

Label ID Type Description
Define Table define_table define_table The modified Define Table with all scalar values replaced by the supplied new values, preserving the original table structure and curve associations.

Disciplines

  • data.dataset.transform

Runnable example

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


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