Concatenate Operator

The Concatenate Operator component allows you to concatenate two or more string properties or character strings.

Example

For reporting purpose, an operator needs to create a CSV file which must contain some information such as customer name, service, consumption date, and duration. In a price plan, the operator uses a Concatenate Operator component to generate a computed property from the properties of the price plan. For example, the operator can build sentences like this one: "John Smith consumed the Internet service QuickAccess on Monday the 03 of October 2011 at 11:55:26 during 15 seconds".

Identification area

Name: Type the name of the component (mandatory).

Description: Allows you to type the description of the component (optional).

Definition tab

Computed Property Name: Type the name of the new string property that retrieves the concatenation result.

Fields Separator: Provides the set of separators that is used to separate the concatenated properties. Select a separator (Semicolon, Tabulation, and so on), or click Other, and then type a character that you want as a separator.

Elements to Concatenate: Allows you to choose the string properties or type the character strings that you want to concatenate. The Concatenate Operator concatenates the values of properties or character strings in the order of the table from the top to the bottom of the table. To add a property to the table, click , and then select a property or type a new property.

: Adds a row to the table.

: Deletes a row from the table.

: Moves a row up in the table to change the order of properties or character strings.

: Moves a row down in the table to changes the order of properties or character strings.