Table transformations

How to merge order items into one row by order_id

2026-06-20
Task

Each order item is a separate row. The export needs one row per order_id and a list of SKUs joined with a separator.

Short Answer

Create sku_list from sku, enable row merging, and merge rows by order_id.

How to Do It in Eofferix

  1. Open the sku_list column settings in the table editor.
    Opening sku_list settings
    The red frame shows where to open the required column settings.
  2. In Additional settings, enable Change row structure and choose Merge similar rows.
  3. Choose order_id as the merge key and set separator ; .
    Merging order items by order_id
    SKUs from the same order are collected into one row.
  4. Save the settings. Equal order IDs must be grouped together.

Before / After

Before

source data
order_idskuqty
ORD-1001SKU-101
ORD-1001SKU-112

After

result
order_idsku_list
ORD-1001SKU-10; SKU-11

Process data faster with Eofferix

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

Sign up