Function: matchItems()
Adds a value to the end of a list and returns the list.
Syntax
matchItems(list of attribute names, list of attribute names)
Argument | Type | Description |
---|---|---|
list of attribute names | Any | List of attribute names (must be the same name on each pipe) followed by multiple tolerances. |
list of attribute names | Any | List of attribute names (must be the same name on each pipe) followed by multiple tolerances. |
Merge 2 or more pipes (record sets or item lists) by matching nominated attributes. Each argument is a list of attribute names (must be the same name on each pipe) followed by multiple tolerances.
The input items must be pre-sorted by the first attribute. The function returns a list of matching items; each matching item is a list of one item from each pipe (or null if no match).