Use the Find and Replace transformation to search for values within one or more columns and replace them with new values. Use this transformation to standardize dimension members, simplify reporting categories, and clean source data before loading it into a planning sheet or report.
The following examples demonstrate how to use Find and Replace on the Market & Geography column.
In this example, the Market & Geography column contains values such as Channel Partners,Canada, Enterprise,Canada, and Government,Canada.

To replace all occurrences of Canada with CA:

After you apply the transformation, the Market & Geography column uses the abbreviated country code.

Use regular expressions to replace multiple matching values with a single standardized value.
In this example, you group all values in the Market & Geography column that end with CA into a single category called Canada Market.
.*,CA$.The regular expression .*,CA$ matches any value that ends with CA.

After you apply the transformation, all matching values appear as Canada Market.

The Find and Replace transformation supports the following matching methods: