See the supported connectors for Application Integration.
CONCAT function
CONCAT
function
Function Name | Description | Usage | Input parameter | Return value |
---|---|---|---|---|
CONCAT |
Concatenates the specified characters to an existing string. | CONCAT(value) |
String of characters to concatenate. | Concatenated string. |
Supported data type
The CONCAT
function supports the following data types:
- String
Example: Concatenate a string of characters to an existing string
Sample data: $var1$ = "HelloApigee"
Usage: $var1$.CONCAT("Integrations")
Integrations
to var1.
Output: HelloApigeeIntegrations
Recommendation
- Learn how to add and configure a Data Mapping task