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 your Pipeline, open the required Action configuration and select the input Field.
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.
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.
In this example, given the following string:
you'll get this output: