Task
The feed has title and category, but no ready age_group column. Google Merchant needs values such as newborn, infant, kids, or adult.
Short answer
Create age_group, set the default to adult, then add rules from title and category: baby → infant, kids → kids, newborn → newborn.
How to Do It in Eofferix
- Open the settings of the output
age_groupcolumn.
The click is on the settings icon of the output age_groupcolumn. - In
Transformations, first setadultas the default value, then add more specific rules for kids and baby markers.
The Transformationsblock shows the full rule chain for this case. - Save the column settings and go to the
Exportstep.
Before / After
Before
source data| id | title | category |
|---|---|---|
| GM-100 | Newborn bodysuit 0-3 months | baby clothing |
| GM-101 | Kids sneakers age 6 | kids shoes |
| GM-102 | Classic men jacket | adult clothing |
After
result| id | age_group |
|---|---|
| GM-100 | newborn |
| GM-101 | kids |
| GM-102 | adult |