PARAMETERIZE INPUT BY DATASET

Replaces placeholder tokens in a text string with corresponding values drawn from a dataset, producing a parameterized output string. Use this worker to dynamically inject dataset-driven values (e.g., variable names, numeric results) into template text within a workflow.

When to use

Classification: process.

Tagged: dataset, parameterize, string_interpolation, template, text_substitution, transformations.

Inputs

Label ID Type Default Required Description
Text text text   Template text string containing placeholder tokens (e.g., {column_name}) to be substituted with values from the dataset; leave empty if no template text is needed.
Dataset dataset scalar   Dataset (scalar/tabular) whose column names and values are used to replace matching placeholders in the template text; typically a single-row dataset or key-value mapping.

Outputs

Label ID Type Description
text_parameterize_by_dataset_output_1 text_parameterize_by_dataset_output_1 text Resulting text string after all dataset-driven placeholder tokens have been substituted into the input template.

Disciplines

  • data.dataset.transform
  • data.io.csv
  • platform.workflow

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