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=sfonsaf | 50 | sfonsaf |
pageSize=100&pageToken=ergisn | 100 | ergisn |
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.
