Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

Use this template to extract data from a web URL.

Input data

Field

Description

Example

URL

This field must contain URL data

https://www.alterian.com/case-study/customer/index.html?key:val

Processing

The template will extract the components of the URL and pass them as output fields

Output Data

Field

Description

Example

location

The original input URL

https://www.alterian.com/case-study/customer/index.html?key:val

url

The complete URL without the query string

https://www.alterian.com/case-study/customer/index.html

keyvals

The key value pairs from the query string

key:val

domain

The base domain without the protocol

www.alterian.com

path

The full path of the resource

/case-study/customer/index.html

category1

The first category

case-study

category2

The second category

customer

  • No labels