Concatenating text strings
To concatenate text, use the plus symbol (+)between the objects to be concatenated.
For example, the output Name Field is defined in the map rule as the input FirstName Field, a space, and then the LastName Field.
=FirstName Field:EmployeeInfo + " " + LastName
Field:EmployeeInfo