I have a Table A with Company names that I want to filter rows based on keywords in Table B.
The keywords in table B are in two different columns.
The filtering shouldn’t be an exact match, but rather is one of the value in table B contained in the name from table A.
Ex: TableA.Name
abc car factory USA
xyz apple factory
ZZZ
TableB.Column1
car factory
HDT mouse
TableB.Column2
Food
mouse
ZZZ
Result
TableA.Name
abc car factory USA
ZZZ
(I tried with no luck row filter regex/wildcards, Rule egine, Row filter - Reference Engine.)
Thank you for your help! Much appreciated!
Thank you for the answer. Looks good! Will mark your solution as answer when I’ll be able to test it properly. (Having some issues updating my Knime to be able to read your workflow)