Filter on data with multiple regex strings

I have a table with a column that I want to filter on using multiple regex possible statements that I have in a second table.

So table 1 has roughly 1100 rows with data that looks like this:
image

I have a second table with the total 2154 total possible regex statements:
image

So return anything in the raw data (Table 1) that matches one of the 2154 regex statements. Was thinking variable and loops but can’t seem to make anything work. Any help would be appreciated.

@lrhughes you could do it like this. Maybe you can adapt the example. The Parallel Chunk nodes would try to speed up the processing.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.