.. _auto_text_merge_with_newlines: *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. When to use ----------- Classification: **process**. Tagged: ``concatenate``, ``merge``, ``newline``, ``process``, ``string``, ``text``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 .. raw:: html
Auto-generated from transformation schema. Worker id: text_merge_with_newlines. Schema hash: 53479eb0d091. Hand-curated docs in workerexamples/ override this page when present.