Skip to content

Find And Replace

Description

Replaces values in the data with the replacement values specified by the user. Users can also set specific rules for selected columns to apply the transformation.

Input

Data only

Output

Transformed Data


Configuration Fields

Column Map

A set of rules to match the values in the data.

  • Column Name
    Specifies the column name to set the rules for.

  • Matching Mode
    Determines how the matching is performed

    • Complete Value
    • Substring
    • Regex Pattern
  • Matching Case
    Defines the case sensitivity of the match

    • Case-Sensitive
    • Case-Insensitive

Replacement

Specifies the pairs of values in the data and their corresponding replacement values.

  • Find
    Specifies the value in the data to be replaced.

  • Replace
    Specifies the replacement value for the corresponding “Find” value.

Sample Input

product_idproduct_namebrand_names
P001SmartphoneApple, Samsung, Google
P002LaptopDell, HP, Lenovo
P003HeadphonesBose, Sony, Sennheiser
P004TVLG, Samsung, Sony
P005SmartwatchFitbit, Garmin, Apple

Sample Configuration

alt text

Sample Output

product_idproduct_namebrand_names
P001SmartphoneApple, Samsung, Google
P002LaptopHP, HP, Lenovo
P003HeadphonesBose, Sony, Sennheiser
P004TVLG, Samsung, Sony
P005SmartwatchFastrack, Garmin, Apple