Field Replacer Processor

A field replacer allows you to replace a field value by providing a hard coded value e.g. null with “some value”, replace a value which is following a pattern by providing regex, and replace a field value by other field value or combination of field values.

You can replace input field if the regex pattern matches.

There are two option to provide values.

  1. Value will be a combination (concatenation) of two columns.

    Example: “JOBROLE” CONCAT “NAME”.

    Order in which you select the columns will be considered for the combination.

  2. Enter a single value to replace with.

Field Replacer Processor Configuration

To add a Field Replacer processor to your pipeline, drag the processor onto the canvas and right-click on it to configure as explained below:

FieldDescription
Output FieldName of the output column, which is created or replaced by input values.
ValueThe replacement value for matching regex pattern.
Regex PatternRegex pattern.
Input FieldInput column on which Regex should be applied.

After configuring the component, detect the schema for desired result.

Top