Find and Replace
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation allows you to search for specific patterns within your input data and replace them with new text.
These are the input/output expected data types for this operation:
- Text or data where you want to perform find-and-replace operations.
- Output strings after the find-and-replace operations.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to replace all the occurrences of the word "error" with "issue". To do it:
In the Operation field, choose Find and replace.
Set Substring to find to error
.
Set Replacement to issue
.
Give your Output field a name and click Save. The count will be displayed in the output field.
In this example, given the following string:
you'll get this output:
In your Pipeline, open the required configuration and select the input Field.