Here is the situation :
I use a streamlookup to match colA with col1 and it works find.
But I also need to keep rows without matching in another "log file".
How can I do it?
- file_1 : XLS with 3 columns (colA, colB, colC)
- file_2 : TXT with 1 column (col1)
I use a streamlookup to match colA with col1 and it works find.
But I also need to keep rows without matching in another "log file".
How can I do it?