Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use this template to extract data from a web URL.

Image RemovedImage Added

Input data

Field

Description

Example

location

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 out put 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