Import and export of all categories in csv format

how can i import and export all categories in magento using csv format?

+3
source share
4 answers

Bulk Product Importer - Magmi Project

The initial goal of the magmi project was to provide bulk import of the script product from csv files that match the magento csv data export format.

The main objective of the project is to achieve data flow, for example operations at a reasonable speed.

http://sourceforge.net/projects/magmi/

+2
source

- Magento . Magento. , raw SQL - .

+1

. , . : 1. , santosh kumar http://www.magentocommerce.com/boards/viewthread/26022/ .

  • , dataflow.xml adminhtml/default/default/layout/<adminhtml_system_convert_profile_run> <remove name = "root"/> <block type="adminhtml/page" name="convert_root" output="toHtml" template="page.phtml"> <block type="adminhtml/page_head" name="convert_root_head" as="head" template="page/head.phtml"> <action method="addJs"><script>prototype/prototype.js</script></action> <action method="addJs"><script>prototype/validation.js</script></action> <action method="addJs"><script>varien/js.js</script></action> <action method="addJs"><script>mage/translate.js</script></action> <action method="addJs"><script>mage/adminhtml/tools.js</script></action> </block> <block type="adminhtml/system_convert_profile_run" name="system_convert_profile_run" template="system/convert/profile/process.phtml" output="toHtml"/> </block> </adminhtml_system_convert_profile_run> flush magento cash. , . , category.csv var/import store,categories default,Sports default,Sports/Cricket default,Sports/Tenis.
+1

I used Magmi import products for bulk goods, it is good for importing fast products, but there are many problems that we need to fix in order to get it working. Now I'm looking for Import Export Categories code, but I can’t find it, then I got the Import Export Categories extension, http://www.magentocommerce.com/magento-connect/import-export-categories-extension.html It works great. Easy installation and operation according to my requirements. completely satisfied.

+1
source

Source: https://habr.com/ru/post/1795164/


All Articles