Function: Combine Fields

Overview

Merge multiple fields into one field using a specified character

182

Description

This function is intended for combining multiple fields into one. You can combine fields using a delimeter. The result will be saved in a separate field in the same event. This function is convenient to use, for example, to combine the last name and first name in one field "full name", or to make a composite key from several fields.

Function Schema

800

Examples

To combine the first and last names in one field, set in the function parameters New Field Name='fullName', Delimeter=' ' (space), add new field with name 'firstName' and the second one with name 'LastName'. Since we are adding a new field to the event, we should not interrupt the event processing chain:

601