Task
Some rows in a Shopify CSV already have an SEO title, and some do not. Empty values should be filled from Title without overwriting existing values.
Short answer
Create SEO title from seo_title_raw and add a rule: if the current value is empty, Replace with {Title}.
How to Do It in Eofferix
- Open the settings of the output
SEO titlecolumn.
The click is on the settings icon of the output SEO titlecolumn. - In
Transformations, add one rule with theEmptycondition and{Title}as the result.
The Transformationsblock shows the full rule chain for this case. - Save the column settings and go to the
Exportstep.
Before / After
Before
source data| Handle | Title | seo_title_raw |
|---|---|---|
| desk-lamp | Desk lamp | Buy desk lamp |
| office-chair | Office chair |
After
result| Handle | SEO title |
|---|---|
| desk-lamp | Buy desk lamp |
| office-chair | Office chair |