Magento 1.9 – Exporting a CSV File

csvexportmagento-1.9

I need to export a CSV file with all the product weights on it, i tried to do it in the back end but i get this error

Request Timeout

This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site to increase 'Connection Timeout'.

Is there a way i can do this via SSH or through a script?

Thank you

Best Answer

Please try this:

In Magento Admin Panel

Go to System -> Import/Export -> Dataflow Profiles -> Export All Products

There you should be able to customize which attributes to export

It will by default export to /var/export

Please let me know if this works for you

Related Topic