Description
Extracts the country name from a given IPv4 string (dot-decimal notation).Syntax
CountryNameFromIP(ipaddress)
Examples
CountryNameFromIP('69.59.196.211') returns ‘United States’
Look up and return the country name for an IPv4 address in dot-decimal notation. Use COUNTRYNAMEFROMIP for geolocation in ETL data pipelines.
CountryNameFromIP(ipaddress)
CountryNameFromIP('69.59.196.211') returns ‘United States’