1.3.10.49 Concatenate Arrays
The Concatenate Arrays processor concatenates two or more array attributes into a single array attribute.
For example, you may have two phone number arrays derived from different input fields, and you want to combine them into a single array attribute for use in matching.
The following table describes the configuration options:
Configuration | Description |
---|---|
Inputs |
Specify two or more array attributes to be concatenated. Note that the array types have to be same. |
Options |
Specify the following options:
|
Outputs |
Resulting array after concatenating inputs. Order of values is as in the input attributes. |
Output Filters
None.
Example
Input Value A | Input Value B | Strip Empty Values | Output Value |
---|---|---|---|
(John) |
(Smith) |
No |
(John)(Smith) |
(London) |
() |
No |
(London) |
(Cambridge) |
(CB40WZ) |
No |
(Cambridge)(CB40WZ) |
(2)(5)(7) |
(3)(4)(6) |
No |
(2)(5)(7)(3)(4)(6) |
(Sydney) |
(<Null>) (Australia) |
Yes |
(Sydney)(Australia) |