Mutations Overview
Mutations allow you to modify your product feed's data in various ways. Below is a list of available mutations, each with a brief description and link to its dedicated guide.
- Overwrite: Overwrite the entire value with a new value.
- Lookup (Google Sheet): Lookup and overwrite value based on a column A and B in Google Sheet.
- Replace: Replace a part of the value with a new value.
- Replace (Google Sheet): Replace value or values based on a column A and B in Google Sheet.
- Exists (Google Sheet): Check if value exists in Google Sheet.
- Remove: Remove a part of the value.
- Remove (Google Sheet): Remove value or values based on a column A in Google Sheet.
- Remove duplicates: Remove duplicate values.
- Add prefix: Add a prefix to the value.
- Add suffix: Add a suffix to the value.
- Calculate: Perform a calculation.
- Format: Format a number.
- Truncate: Truncate text to a given max length.
- Modify text: Modify text like capitalize, lowercase, etc.
- Length: Calculate the length of text or list.
- Append: Append a value to a list.
- Prepend: Prepend a value to a list.
- Take: Take a part of a list.
- Sort: Sort a list ascending or descending.
- Join: Concatenate list items into a single string.
- Split: Split a string into a list.
- Filter: Filter a list based on rules.
Each mutation comes with its set of options and examples to help you implement them effectively.