A valid value for the URL data type can be composed of the following parts.
Example URL:
http://www.app.example.co.uk/support |
NOTE: IP addresses that include the protocol identifier ( |
The hierarchy of domain names extends from right to left.
Element Name | Examples | Wrangle Function | Notes | |
---|---|---|---|---|
Top-level domain |
| SUFFIX Function | Every valid URL must have at least one top-level domain.
| |
Second-level domain | example app.example | DOMAIN Function | This value can be extracted from a valid URL using the DOMAIN function. See DOMAIN Function. | |
Third-level domain | www | SUBDOMAIN Function | This value can be extracted from a valid URL using the SUBDOMAIN function. See SUBDOMAIN Function. | |
path | /support | |||
protocol identifier | http:// https:// | You can use pattern matching to locate these protocol identifiers. In your
For an example, see IPTOINT Function. | ||
hostname | http://www.app.example.com |