.. _auto_text_merge: *MERGE TWO OR MORE TEXTS* ========================= Concatenates a base text string with one or more additional text strings, joining them on the same line to produce a single merged output. Use this worker whenever you need to combine multiple text values into one unified string within a workflow. When to use ----------- Classification: **process**. Tagged: ``combine``, ``concatenate``, ``merge``, ``string``, ``text``, ``transform``. 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 primary text string that serves as the starting content for the merge; leave empty if no base prefix is needed. * - Merge Text - merge_text - text - — - - One or more text strings to be appended to the base text on the same line; repeatable to support merging multiple values in sequence. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - text_merge_output_1 - text_merge_output_1 - text - The resulting merged text string produced by concatenating the base text and all supplied merge texts into a single value. Disciplines ----------- - data.dataset.transform .. raw:: html

Auto-generated from transformation schema. Worker id: text_merge. Schema hash: 02a747369008. Hand-curated docs in workerexamples/ override this page when present.