Joins two tables based on a selected column value in the TOP input table containing within it, a value in the BOTTOM input table. (i.e. the value in the bottom table is a substring of the value in the top table.)
Note that this joiner simply performs a pattern match using wildcards placed either side of the lookup value, so if the lookup value contains standard sql wildcards % and _, these will be interpreted as wildcards too)
Two additional output ports provide the rows that did not match from the two input tables
16 May 2023 @takbb Brian Bates
Note that this joiner simply performs a pattern match using wildcards placed either side of the lookup value, so if the lookup value contains standard sql wildcards % and _, these will be interpreted as wildcards too)
Two additional output ports provide the rows that did not match from the two input tables
16 May 2023 @takbb Brian Bates