Task
Customer rows with the same email or external_id are grouped together. The export should contain one row per customer.
Short Answer
Enable Change row structure, choose Merge similar rows, and use email or external_id as the merge key.
How to Do It in Eofferix
- Open the
emailcolumn settings in the table editor.
The red frame shows where to open the required column settings. - In Additional settings, enable Change row structure and choose Merge similar rows.
- Use
emailas the merge key. For another file, useexternal_id.
Rows with the same email are merged; other values are joined with a separator. - Set a separator such as
;and save. Equal keys must be grouped together in the source table.
Before / After
Before
source data| external_id | name | |
|---|---|---|
| C-1001 | anna@example.test | Anna Petrova |
| C-1001 | anna@example.test | Anna P. |
After
result| external_id | name | |
|---|---|---|
| C-1001 | anna@example.test | Anna Petrova; Anna P. |