Description
Extracts the continent name from a given IPv4 string (dot-decimal notation).Syntax
ContinentNameFromIP(ip_address)
Examples
ContinentNameFromIP('69.59.196.211') returns ‘North America’
Look up and return the continent name for an IPv4 address in dot-decimal notation. Use for geographic analysis in Integrate.io ETL pipelines.
ContinentNameFromIP(ip_address)
ContinentNameFromIP('69.59.196.211') returns ‘North America’
Was this page helpful?