Connect (aggregate)
- properties.string.join
Input:
- objects – Property-Holder
- id_key – String
- value_key – String
- seperator – String
Output:
- output – Row
For each value from id_key
concatenates all occurrences of values fromvalue_key
to a single string. Optionally, a separator seperator
can
be specified, which will then be placed between the the individual values.