Data cleanup

How to remove Total and Subtotal rows from an export

2026-06-20
Task

Supplier tables can contain service rows such as Subtotal or Total. They should not be exported as product rows.

Short Answer

In sku, add row export conditions: SKU is not empty, and name does not match the service marker.

How to Do It in Eofferix

  1. Open the sku column settings in the table editor.
    Opening sku settings
    The red frame shows where to open the required column settings.
  2. In Export conditions, add: Current value, Before transformations, Not empty.
    Export condition for non-empty SKU
    Rows without SKU are not exported.
  3. Add the second condition on name: Not a regular expression, value ^(Subtotal|Total)$.
    Condition that excludes Total and Subtotal rows
    A row stays only if name is not a service marker.
  4. Save the column settings.

Before / After

Before

source data
skunameamount
SKU-1001Winter jacket1200
Subtotal1200

After

result
skunameamount
SKU-1001Winter jacket1200

Process data faster with Eofferix

Create a free account to automate catalogs and price lists around your own rules.

Sign up