Official | HULFT IoT EdgeStreaming Mapper Reference First Edition: July 1, 2021
Concatenate
 
                                Logic name
Concatenate
Function
This logic joins the input strings together.
Data type
| Location | Type | 
|---|---|
| First input handler | String | 
| Second input handler | String | 
| Logic output | String | 
Property
| Category | Property | Description | 
|---|---|---|
| Required | Input count | Specify the 2 or more for the input count. | 
| Comment | Comment | It does not affect the conversion processing. | 
Function details
Input count
For Input count, enter a numeric value that is "2" or higher. Depending on the value for Input count, the number of input handlers increases or decreases.
The recommended maximum value for Input count is "10". To concatenate 10 or more character strings, use multiple concatenation logics.
Example of logic use
Mapping definition
 
                                    Logic settings and processing result
This logic concatenates the input data for "State," "City," and "House number," and then outputs it.
Property settings
| Property | Setting Value | 
|---|---|
| Input count | 3 | 
Input data
| Tokyo,Chiyoda-ku,1-1-1 | 
| Chiba,Chiba,2-2-2 | 
| Tokyo,Bunkyo-ku,3-3-3 | 
| Osaka,Osaka,4-4-4 | 
| Tokyo,Musashino,5-5-5 | 
Output data
| TokyoChiyoda-ku1-1-1 | 
| ChibaChiba2-2-2 | 
| TokyoBunkyo-ku3-3-3 | 
| OsakaOsaka4-4-4 | 
| TokyoMusashino5-5-5 | 
Official | HULFT IoT EdgeStreaming Mapper Reference First Edition: July 1, 2021