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.

  2. Enter a single value to replace with.

To add a Field Replacer processor into your application, select the Field Replacer processor to add it to the canvas and connect it to a Data Source or another operator. Right click on it to configure.

Processor Configuration

Output Field: Name of the output column, which is created or replaced by input values.

Value: The replacement value for matching regex pattern.

Regex Pattern: Regex pattern.

Input Field: Input column on which Regex should be applied.

Top