Hi,
We have a filed called BOTs which extracts all the legitimate BOTs (which have +http://.... in the user agent). I want to add the other BOTs into the same field which does not follow the standard user agent format (so they won't have +http://.. format).
I have a look up table and tried the match_type = WILDCARD(useragent) and then i have in the csv file (Look up file). BOTs useragent Traverse Traverse Capture Capture But i am not getting in the BOTs field. Any suggestions?