You can import/export data by using megento inbuilt import/export feature.
Go to System->Import/Export->Dataflow-Profiles. However, during the import and the export procedures different issues can occur.
The most common ones are as follows:
• Incorrect CSV file formatting - A bad formatting of a CSV file can cause a failed data import or missing rows after the import. The issue occurs more often with CSV files that with MS Excel since CSV is more prone to data failures due to a bad formatting.
• Issues with short descriptions - Although we can use a custom size for short descriptions in Magento, it is recommend to limit them to 255 characters.
• Issues with import/export paths - The import/export paths should be writable. Otherwise the corresponding procedures will fail. More details on how to set the files and folders permissions can be found in our cPanel tutorial.
• Problems with images locations - If we import images with the products, they should be stored in the /media/import folder. Otherwise error messages will be displayed and the images will not be imported. For example if the value of the image collumn is /image_subfolder/image.jpg then the correct path will be /media/import/image_subfolder/image.jpg.
• Problems with multiple images import - The import of multiple images through CSV and MS Excel image, small image and thumbnail image columns is causing problems.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2011
(18)
-
▼
December
(17)
- Call Static Blocks From Any PHTML File in Magento
- Use any SMTP to send mail in Magento
- Magento Files and Folders Structure
- Common issues with importing/exporting
- Magento Transfer From One Server To Another
- Magento Google Analytics
- How to manage order emails
- Magento Features
- Manual Installation of Magento
- How to set a custom group of users
- How to add a Contact Us form in Magento
- How to set up a blog in Magento
- How to redirect Magento to open through www
- How to speed up Magento
- How to enable Search Engine Friendly URLs in Magento
- How to reset Magento Admin Password
- How to configure Magento to work with a new domain
-
▼
December
(17)
Popular Posts
-
You can select,insert,update and delete data in the Magento wby using their models concept. For example,a table named ‘testdata‘ with the fo...
-
This article will explain how to create an extension to send all the emails through gmail or other servers.I have created an module to set u...
-
This is an article to show you ,how you can set MySql Master-slave replication in magento for scalability ,handle failover and performance. ...
-
Breadcrumb is necessary for making website pages user navigation friendly. It can be printed out in any of the php or phtml pages by below c...
-
This blog will show you how to get all items in a shopping cart and totals in a magento store : $items = Mage::getSingleton('checkout/...
0 comments:
Post a Comment