I would like to use the following command in order to compare the process_exec with the comparisonterm.
| lookup ut_levenshtein_lookup word1 as process_exec, word2 as comparisonterm
However, I would like the comparisonterm to contain a list of processes that will be inside a lookup table.
| comparisonterm |
| process1 |
| process2 |
| process3 |