MERGE TWO OR MORE TEXTS AND ADD NEW LINES AT THE END¶
Concatenates a base text string with one or more additional text strings, inserting a newline character between each merged segment. Use this worker whenever you need to assemble multi-line text blocks from separate string inputs inside a workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Base Text | base_text | text | — | The starting text string that all subsequent merge texts will be appended to; leave empty if you want the merged output to begin directly with the first Merge Text entry. | |
| Merge Text | merge_text | text | — | One or more text strings to append to the base text, each placed on a new line; repeatable — add an instance for every additional line segment required. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| text_merge_with_newlines_output_1 | text_merge_with_newlines_output_1 | text | The fully concatenated text string composed of the base text followed by each merge text entry separated by newline characters. |
Disciplines¶
- data.dataset.transform
Auto-generated from transformation schema. Worker id: text_merge_with_newlines. Schema hash: 53479eb0d091. Hand-curated docs in workerexamples/ override this page when present.