[email protected] Posted February 18, 2013 Share Posted February 18, 2013 I want to be able to put multiple products (200) into multiple categories without having to tick the applicable boxes after they have been to imported. Is there a way of doing this in the csv file, or am I going to have to do it the long and boring way. Any help will really be appreciated Thanks Alex Link to comment Share on other sites More sharing options...
parsifal Posted March 1, 2013 Share Posted March 1, 2013 Hi Alex. Late reply, but...I have been successfully doing what you are asking. Have a look at a simple CSV file to do this: "ID";"Active";"Name";"Categories";"Price tax incl.";"Reference #";"Manufacturer";"Quantity" 92406;0;"Spire Fan blower 40";"151,150";4.600;"SP04010S1M3";7;26 Notice that the "Categories" field has a multi-value, the string "151,150". This means that the product will be assigned to both the categories with ID 151 and 150, with the first one being its default category... 1 Link to comment Share on other sites More sharing options...
Recommended Posts