PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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)

ArgumentTypeDescription
list of attribute namesAnyList of attribute names (must be the same name on each pipe) followed by multiple tolerances.
list of attribute namesAnyList 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).

See Also

  • No labels