...
In a properly configured SFDC Configurator tool, navigate to the Data Transformer Rules tab and click the +New SFDC Data Transformer Rules button.
Fill out the Create New SFDC Data Transformer Rules form using the following information:
Name - Create a name for the rule. This name will be fetched in the Data Transformer Rule drop-down in pipeline step configuration.
Operation - Select Search & Replace from the drop-down.
Component Type - Select the component type from the drop-down.
Component Name - Provide a Filter and apply a Value to it.
Search Text - Text to search which will be replaced
Replace Text - Text to be replaced with
Click the Create button to save the new rule.
Operation cases:
excludeExclude:
Operation as “Exclude” plus any filter combination of the word will be excluded
Search & Replace with Tag filters:
This field is only applicable for components which are of Xml format. The flag to decide whether or not to show field, will be decided at the time of selecting Component Type.
Also the tag needs to be provided with the hierarchial structure. i.e. For WorkflowAlerts to scan through senderAddress we should give Workflow.alerts.senderAddress
For eg: It’s applicable for CustomField, but not for ApexClass
Search & Replace (free text):
The word with given combination will be searched throughout and replaced
...