Skip to Content
DocumentationTransformsParse URL query string

Parse URL query string

Creates a new column for each parameter in a URL query string.

Example

url_query

pageSize=50&pageToken=sfonsaf
pageSize=100&pageToken=ergisn

url_query

pageSize

pageToken

pageSize=50&pageToken=sfonsaf50sfonsaf
pageSize=100&pageToken=ergisn100ergisn

Configuration

The following option(s) are available when configuring this transform.

Column

Select a column from the table that contains a URL queries.

Fields

Specify query parameters that should be extracted as a new column. List the values you want parsed, separated by commas.

Where

Add a condition to specify when the transform should be applied.

Screenshot of Parse URL query string configuration