Join
- properties.join
Input:
- objs1 – Property-Holder
- key1 – String
- objs2 – Property-Holder
- key2 – String
Output:
- output – Property-Holder
Add all values from objs2
to the objects in objs1
if the value in key1
matches the value in key2
("Left Join"). If there is no match or the keykey1
is not set, no values will be added to the respective object.