Description
Extracts the city name from a given IPv4 string (dot-decimal notation).Syntax
CityNameFromIP(ipaddress)
Examples
CityNameFromIP('128.193.8.81') returns ‘Corvallis’.
Look up and return the city name associated with an IPv4 address in dot-decimal notation. Use for IP-based geolocation in ETL data pipelines.
CityNameFromIP(ipaddress)
CityNameFromIP('128.193.8.81') returns ‘Corvallis’.
Was this page helpful?