Parse URL
Separates a URL into columns for hostname, path and query.
Example
| url |
|---|
| https://api.etleap.com/api/v2/pipelines?pageSize=50 |
| https://api.etleap.com/api/v2/connections?pageSize=50 |
| url | url_host | url_path | url_query |
|---|---|---|---|
| https://api.etleap.com/api/v2/pipelines?pageSize=50 | api.etleap.com | /api/v2/pipelines | pageSize=50 |
| https://api.etleap.com/api/v2/connections?pageSize=50 | api.etleap.com | /api/v2/connections | pageSize=50 |
Configuration
The following option(s) are available when configuring this transform.
Column
Select a column from the table that contains URLs.
Where
Add a condition to specify when the transform should be applied.

Key Considerations
The new URL columns are populated with null if the value is not recognized as a URL.