Task
A supplier export contains rows that should not go into the final file, for example all products from Brand X. The same approach works for a category or status column.
Short answer
Open the attribute column, for example brand, and add a row export condition: brand → Not equal → Brand X.
How to Do It in Eofferix
- Open the settings of the
brandcolumn.
The animation shows how to open the brand settings. - In Export conditions, add a row condition:
brand→Not equal→Brand X.
The condition keeps all rows where brand is not Brand X. - For a category or status filter, choose the corresponding column and enter the value that should be excluded.
Before / After
Before
source data| sku | brand | section | status |
|---|---|---|---|
| SKU-100 | Brand A | Chairs | active |
| SKU-101 | Brand X | Chairs | active |
| SKU-102 | Brand A | Desks | active |
After
result| sku | brand | section | status |
|---|---|---|---|
| SKU-100 | Brand A | Chairs | active |
| SKU-102 | Brand A | Desks | active |