Value concatenation helps to assemble one resulting field from several JSON/XML columns or parts.

When to use
Example: product name from brand and model, address from city and street, description from several characteristics.
How to set up
- Select a summary field.
- Add the values you want to connect.
- Specify the delimiter: space, comma, semicolon, or line break.
- Configure skipping empty parts to avoid getting extra delimiters.
- Check the result on lines with different sets of filled fields.
What will happen
The resulting file will have one neat value instead of several disparate parts.
What is important to remember
- The separator must be understandable to the receiving system.
- For HTML descriptions, it is better to agree on hyphens and tags in advance.