Task
The CSV describes product type with internal words: physical, virtual, or downloadable. The WooCommerce Type column needs short values.
Short answer
Create Type: default to simple, set virtual for virtual, and downloadable for downloadable.
How to Do It in Eofferix
- Open the settings of the output
Typecolumn.
The screenshot shows the output Typecolumn and the settings icon used to open its settings. - In
Transformations, set thesimpledefault and add two rules for virtual and downloadable products.
The Transformationsblock shows the full rule chain for this case. - Save the column settings and go to the
Exportstep.
Before / After
Before
source data| SKU | Name | product_kind |
|---|---|---|
| WC-100 | Desk lamp | physical |
| WC-101 | Consultation | virtual |
| WC-102 | PDF catalog | downloadable |
After
result| SKU | Type |
|---|---|
| WC-100 | simple |
| WC-101 | virtual |
| WC-102 | downloadable |