cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Impex Export products with multiple lines

Former Member
0 Kudos
917

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Kudos

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