Task
Some rows have an empty brand column. The export should use No brand for those rows while keeping existing brands unchanged.
Short answer
Open brand and add one transformation: condition Empty, action Replace with, result No brand.
How to do it in Eofferix
Open the settings of the
brandcolumn.
The outline marks the settings button for brand.In
Transformations, add: conditionEmpty, actionReplace with, resultNo brand.
The rule runs only on empty cells and leaves existing values unchanged. Save the template and run the transformation on the final step.
Before / after
Before
source data| sku | brand | name |
|---|---|---|
| SKU-100 | Luma | Desk lamp |
| SKU-200 | Office chair |
After
result| sku | brand | name |
|---|---|---|
| SKU-100 | Luma | Desk lamp |
| SKU-200 | No brand | Office chair |