I am using magento 1.4.0.1 and I am trying to export a very large database which takes a lot of time. Is there anyway that I can get all the products in the magento database tables in the following format?
+--------------+-------------+-------------------+-----------------+--------+--------+-------------+------------+
| MainCategory | SubCategory | Brand|ProductName | FullDescription | ProdID | Weight | RetailPrice | OfferPrice |
+--------------+-------------+-------------------+-----------------+--------+--------+-------------+------------+
*ProdID is the product ID.
Kindly advise please?
Not too sure if the functionality is the same in 1.4 as Magento is now on version 1.9.x, but, in later versions you have an export section under System > Import/Export > Export From the proceeding window, you can then select Products from the drop-down and then choose which Attributes you want to export. I have had mixed results exporting and re-importing data in this way and would always opt for a database backup/restore to carry out tasks like this.