Task
A supplier file can contain section headers, totals, or technical rows together with real products. The most reliable filter is a required product column such as SKU.
Short answer
Open the sku column settings and add a row export condition: sku → Before transformations → Not empty.
How to Do It in Eofferix
- Open the settings of the
skucolumn.
The animation shows how to open the sku settings. - In Export conditions, add a row condition:
sku→Before transformations→Not empty.
Rows without SKU are not exported even if other columns contain text. - Save the column settings and continue to export.
Before / After
Before
source data| sku | name |
|---|---|
| Category: Chairs | |
| SKU-100 | Office chair |
| Total | |
| SKU-200 | Writing desk |
After
result| sku | name |
|---|---|
| SKU-100 | Office chair |
| SKU-200 | Writing desk |