CSV Lookup Table - Source IP to Site Name

Hey guys, so I have a csv file that contains one column with an IP, and a 2nd column with the Site’s name. I’m looking for the best way to take the source field from every message, look for it’s IP in the csv, and take the name from it and write it to a new field in the message.

Would you use a Lookup Table? Anyone have any examples on how they did something similar?

what you describe is the idea behin the lookup tables.

create a lookup table - a combination of data adapter (the csv logfile) and a cache - then you use this lookup table either in one extractor or a processing pipeline.

2 Likes

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