idrissohs Posted August 3, 2013 Share Posted August 3, 2013 I have a csv file where products are linked to multiple categories when i import the csv file, the importer just creates new categories for every product. Active,Descr 1,Make:Make; Model:Model,Part#,stock,categories,List,Descr 1 1,BMP COV FT ROE 92 94 VIGOR,Make:ACURA; Model:VIGOR,AC1000101R,1,1992; 1994; 1992; 1993; 1994,506.95,BMP COV FT ROE 92 94 VIGOR 1,BMP COV FT 88 89 INTEGRA,Make:ACURA; Model:INTEGRA,AC1000105,1,1988; 1989; 1988; 1989 ,292.72,BMP COV FT 88 89 INTEGRA My categories are basically years the importer just creates a new categories with the years for every product. so I would have 700 different categories, and none of them are assigned to the product If anyone can help please Link to comment Share on other sites More sharing options...
NemoPS Posted August 3, 2013 Share Posted August 3, 2013 Hi, Try using category IDS instead, without spaces before and after numbers. It should fix it Link to comment Share on other sites More sharing options...
parsifal Posted August 4, 2013 Share Posted August 4, 2013 Try reversing the "delimiter" and the "multiple values per field" character. Use semicolon [ ; ] for field delimiting and comma [ , ] for multiple values per field delimiting. In addition, enclose the multiple values for a field in double quotes [ " ]. Link to comment Share on other sites More sharing options...
idrissohs Posted August 4, 2013 Author Share Posted August 4, 2013 Thank you for your help. but i fixed it by just uploading my database through the prestashop desktop module Link to comment Share on other sites More sharing options...
Recommended Posts