Magento – Having a small issue with Magento CSV import

csvimportmagento-1.9

ive managed to use the profiler for CSV import on magento – when i run and execute the file i get this

http://imgur.com/UlyPREu

So the data processes 100% (i dont think images are crucial for products going live) but the new products do not import despite processing.

When i run the CSV against the regular import and data check, i get this:

Column names: "" are invalid

this is a screenshot of the data i am trying to import, i want to keep column headers if possible:

http://i.imgur.com/XNJPBdN.png

many thanks

Best Answer

From my experience I have never had any luck with using the dataflow profiles. I use the normal import with Entity type of Products and Append complex data options set. Your CSV must have headers in it.

You can try this sample below to get you started.

sku,_store,_attribute_set,_type,_product_websites,price,status, visibility 1234,,Default,simple,base,1.99,1,4

Related Topic