Skip to content

Split HTTP Query

Description

This activity splits the values of the specified column containing HTTP queries into multiple columns and parts.

Input

Data only

Output

Transformed Data


Configuration Fields

  1. Column Name

    Allows single select, must contain HTTP queries as values.

  2. Prefix

    Prefix for the column name which contains different parts of the query after transformation.

  3. Include Original

    • Enabled Includes the data columns from the original data with transformed column.
    • Disabled Gives only the transformed columns.

Sample Input

employee_idnamehttp_query
E001John Doehttps://company.com/employee?id=E001&name=John+Doe&department=Sales
E002Marie Duponthttps://company.com/employee?id=E002&name=Marie+Dupont&department=Marketing
E003Carlos Gómezhttps://company.com/employee?id=E003&name=Carlos+Gómez&department=Engineering

Sample Configuration

alt text

Sample Output

employee_idnamehttp_queryKey_idKey_nameKey_department
E001John Doehttps://company.com/employee?id=E001&name=John+Doe&department=SalesE001John+DoeSales
E002Marie Duponthttps://company.com/employee?id=E002&name=Marie+Dupont&department=MarketingE002Marie+DupontMarketing
E003Carlos Gómezhttps://company.com/employee?id=E003&name=Carlos+Gómez&department=EngineeringE003Carlos+GómezEngineering