Sorry, my English is not very good.
I extracted a field named "user-agent", I also have a CSV file, the specific content is as follows:
Now,I want to use the lookup function for fuzzy matching with user-agent results. Can I do it?
for example :
user-agent=Mozilla/5.0 (Windows NT 6.2; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0
How to fuzzy match the contents of a column in a CSV file.
I expect the output of the second, three column with the result
You might suggest that I use the eval function,
But I have a lot of keywords
But I have a lot of keywords
... View more