Skip to content

Template

Create value using a template.

Parameters

  • template (Template, string, required) — template string. Supports {{value}}, {{row.fieldName}}, and {{lookups.key.fieldName}} syntax. Default: "".

Field selection

  • source — Field whose values this operation reads. Omit to apply to all fields on the row.
  • target — Optional output field. When omitted, the source field is updated in place.

JSON Configuration

{
"id": "op-template",
"type": "transformation",
"action": "template",
"params": {
"template": ""
},
"testInputs": [
"Hello World",
"MixedCase",
"sample text",
"already",
"123",
""
]
}