Processor IP Geolocation
IP GeoLocation is a processor that reads the IP addresses from a CSV and appends the CSV with location information like longitude, latitude, postal_code, city, and country.
This component pinpoints the location of the requested IP Addresses via MaxMind API. It is mandatory for the user to own or purchase a MaxMind account for the use of this application.
Data In/ Data Out
| Data In | A CSV file with a column that contains IP addresses  | 
| Data Out | CSV file with GeoLocation information based on IP address. CSV file can be found in folder  | 
Learn more: about the folder structure please go to this article.
Parameters
| User ID (required) | MaxMind User ID To obtain User ID: Account Information -> My License Key -> User ID | 
| License key (required) | MaxMind License Key | 
| IP Column (required) | Column name of input file which contains IP addresses. | 
 
        
No Comments