Questions tagged [magmi]

Magento Mass Importer (MAGMI) is an open source project to improve on the infamously poor speeds of Magento's default import tools.

The Magento Mass Importer (MAGMI) project's initial goal was to provide a product mass import script from CSV files that match the Magento dataflow CSV export format.

As explained in Project Origins page, the Magento dataflow was not an option when dealing with several thousands product catalogs.

The main project goal is to achieve dataflow like operations with a reasonable speed.

There are also various plugins available for the MAGMI script which allow for on-the-fly operations, including manipulation of the product data and creation of categories. Details at the Magmi Wiki.

For latest changes visit Github page.

344 questions
14
votes
3 answers

Exporting CSV properly open Office (save numbers as TEXT)

I am using OPEN-OFFICE to work and save CSV. I am using the comma delimiter and ' " ' also. However, when saving the CSV, all numbers are not encapasulated. How can I force Open-Office to treat numbers as a Text and have them encapsulated too. …
user1023021
  • 343
  • 4
  • 8
  • 13
8
votes
2 answers

Magmi Images not appearing

I am importing products with Magmi but I can't get the images appearing, I have gone through the other questions but with no luck. When I upload I dont get any images not found errors and it looks like it appears in the backend as it says hover to…
Matt
  • 1,747
  • 8
  • 33
  • 58
7
votes
3 answers

Which magento table contains product image names?

The problem I'm having is that I import products with Magmi (magento product import open source solution), but I don't see the product image on the front end. I need to know which table in magento database contains image names so that I could maybe…
Caballero
  • 11,546
  • 22
  • 103
  • 163
7
votes
3 answers

importing configurable products in Magento from CSV

I'm trying to append complex data to my database products in Magento ver. 1.7.0.2, some are simple and other configurable. The exported Magento CSV doesn't greet with the needs for importing. I have this file for example for importing data: …
mram888
  • 4,899
  • 5
  • 33
  • 59
6
votes
6 answers

Change Magento product's attribute set.

I want to change the attribute set of Magento. I searched through, and everyone suggested to delete the product and re-import it with new attribute set. I did the same however after importing the data I could not see product reviews and associated…
Satyendra Mishra
  • 523
  • 2
  • 9
  • 21
5
votes
2 answers

Magento Mass Import images with MAGMI - images excluded

thanks for reading. I'm using magmi to import more than 30.000 products with images. The problem is with images that they are imported but all of them are excluded. Is there any sql query that I can use and get all images included? I used this…
Erdem Ece
  • 1,755
  • 5
  • 22
  • 42
4
votes
5 answers

Is there a plugin for Magmi that deletes the products which are not in the CSV file?

I have to add this feature and I want to know if such a plugin exists before writing one.
4
votes
3 answers

Magmi csv format?

I can 't seem to find an example of the format Magmi wants for the csv data. Could someone please provide a one-line example of a successful product import? Edit: Magmi Wiki: http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Main_Page
johnjohn
  • 4,221
  • 7
  • 36
  • 46
4
votes
2 answers

hhvm nginx toString server error with Magento Magmi

I'm trying to run magmi product import plugin on a Magento app which is running on an aws ec2 instance that has NGINX & HHVM on it. When I try to run the the magmi product import app on Magento I get the below server error in my hhvm error log. …
Holly
  • 7,462
  • 23
  • 86
  • 140
3
votes
0 answers

Import categories with magmi datapump

This is an example of my category CSV. I never used datapump and I can't find any sample code. I use this code to create a category tree: ini_set('display_errors', '1'); error_reporting(E_ALL); set_time_limit(0); …
Nautilus
  • 41
  • 3
3
votes
1 answer

Skip attribute if filled in Magmi

I'm working on a client site where the description is only sometimes provided in the data feed, other times the data feed has an empty value for the description and it's entered manually. Currently the issue I'm seeing is that, when importing, Magmi…
3
votes
1 answer

Magmi Column Mapper error

I am successfully using Magmi for a while now, recently when trying for the first time to update Stock (qty field) in Magento 1.8 I came across an issue and haven't been able to resolve... not sure what I am missing here... Here's the scenario: I…
user3280972
  • 37
  • 1
  • 6
3
votes
2 answers

Magmi importing configurable product

Im trying to import products using magmi. I can import simple products. But not able to import configurable products. I tried finding sample csv files to import configurable products. But I couldnt find right one. I know im having problem with my…
Palanikumar
  • 1,706
  • 5
  • 28
  • 51
3
votes
1 answer

Super product attributes configuration in Magento via Magmi

I've followed the instructions in Magmi's wiki but still can't import super attribute pricing info to my configurable product. I'm hoping someone can take a look at my setup and point out what I'm doing wrong. Configurable…
Mike
  • 333
  • 4
  • 19
2
votes
1 answer

Magmi configurable \ simple link?

Can anyone show me how to link the simple product to the configurable? I've tried to directly export and import using magmi but it becomes unlinked after imported. I can not find any info on it in here. there are post relating to it, but none of…
Vwvw Teet
  • 21
  • 1
  • 2
1
2 3
22 23