String Template

Fills a template string with values from a table. A placeholder for a column consists of the column name sourrounded by two dollar signs on the left and two on the right. The output is the filled text.

Example:
Template: The $$animal$$ jumps over $$object$$.
Table: animal=dog, object=fence
Output: The dog jumps over the fence.

Options

Template
The template string with $$columnname$$placeholders.
Output Column
The name of the column holding the template with replaced placeholders.

Input Ports

Icon
Data to use for filling the template.

Output Ports

Icon
Input data with another column that holds the result from replacing the placeholders in the template.

Nodes

Extensions

Links