on 2018 Mar 15 9:00 AM
Hello Experts,
We have a requirement to export product classifications into a CSV file with below format.
2GO 22 FEKETE;Garancia;1;;;;;;;;;;
2GO 22 FEKETE;Parameter2;Kategória : Fotótáska / Kameratáska;;;;;;;;;;
2GO 22 FEKETE;Parameter3;Méret : 265 x 150 x 250 mm;;;;;;;;;;
2GO 22 FEKETE;Parameter4;Súly : 430 g;;;;;;;;;;
2GO 22GR ZOLD;Parameter2;Kategória : Fotótáska / Kameratáska;;;;;;;;;;
2GO 22GR ZOLD;Parameter3;Méret : 265 x 150 x 250 mm;;;;;;;;;;
2GO 22GR ZOLD;Parameter4;Súly : 430 g;;;;;;;;;;
First column is product id. Here we need to create multiple line for different classification attributes for same product.
Is it possible to achieve though Impex export script. Any pointers ?
Thanks in advance.
Request clarification before answering.
Hi Chakravarthy,
This is possible by making multiple impex statements. for example.
INSERT_UPDATE PRODUCT;uid[unique=true];description
;1234;ProductA
;233;ProductB
INSERT_UPDATE PRODUCT;uid[unique=true];category
;1234;CategoryA
;233;CategoryB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.