Joiner

Overview

Joins (concatinates) all of the text at the inputs into a single string.

Examples

Input 1: Susan
Input 2: [Whitespace character]  =>    Output: Susan Smith
Input 3: Smith

In this next example, data is drawn from the importer and then combined with various constants to create a dynamic filename.

InUse