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
2
votes
0 answers

magento import csv using dataflow-profile image does not exists?

My current Magento version is 1.8.1.0. I am trying to import products using dataflow - profile. When I uploaded the csv as mentioned below and ran the profile, I got the following error. error image does not exists. I've placed images into…
Renish Khunt
  • 5,620
  • 18
  • 55
  • 92
2
votes
0 answers

Magento Magmi Import Tool - Not importing products into specified store/category root

I have a Magento CE 1.8.1 website It contains 2 stores, with a root category assigned to each (US and AU) I want the final structure to look something like: - US (Root cat) - Tops - AU (Root cat) - Bottoms I am trying to import a simple…
Natacha Beaugeais
  • 1,003
  • 1
  • 11
  • 24
2
votes
1 answer

Magmi import showing results for prior run

I have magento 1.8 and magmi 0.7.18. I have a file that I am using for the imports and I just edit the file and re-save (using the same name), so I dont have to create a bunch of random files. Im doing some import testing is why im doing that. When…
mwaters4
  • 21
  • 2
2
votes
0 answers

Magmi Images not working correct

According to the magmi documentation you add a "+" sign before the base image if you want to include it in the media gallery. I have done this but for some reason when I upload my additional media images the base image does not show in the media…
2
votes
1 answer

Products not appearing using Create New Items in Magmi

first of all I couldn't find this specific problem anywhere on StackOverFlow. I am trying to import products on my Magento website using Magmi. I have a product CSV with me which I exported using Magento DataFlow. My problem is this, on Magmi, when…
Hashid Hameed
  • 878
  • 1
  • 8
  • 23
2
votes
2 answers

magmi import images not saved to the media/catalog/product

I'm importing data using Magmi Image attributes processor v1.0.25 and using folder in magento with images. In csv is image named in format 65465446_M.jpg. Import finnish with no errors, product have images, but image in admin is loading blank, like…
Martin
  • 2,575
  • 6
  • 32
  • 53
2
votes
0 answers

Magmi. Conditional importing. Replace Value only if the destination is null

How can I import some columns only if the destination column contains an empty value and has been never set. The problem happens when I set the news_to_date. If in the value replacer I set something like this: news_to_date: {{date('Y-m-d H:i:s',…
Claudio Ferraro
  • 4,551
  • 6
  • 43
  • 78
2
votes
1 answer

MagMi media_gallery not working

Since I did discover the Magmi tool i really love it, i create one product csv feed and after that i do insert the images. But when i try to import this one it doesn't take the media_gallery images with…
Ronn0
  • 2,249
  • 2
  • 21
  • 36
2
votes
1 answer

Magmi On the fly category creator/importer - do not unassign products from existing categories

I am looking at using the On the fly category creator/importer plugin for Magmi to import product/category assignments to my Magento store. Is there any way when using this plugin to NOT remove existing categories assignments? Currently, if I import…
2
votes
2 answers

Magmi Category Description Import

i try to find any information in the Magmi Wiki pages, but still nothing help to solve some problem. I succesfully imported about 3000 SKUs with Category. But for SEO I nedd to put into all Category Descriptions. My question is that possible to…
Dan Anders
  • 31
  • 2
2
votes
1 answer

magmi no attribute_set defined

We are consistently getting the no attribute_set defined message when attempting to upload a variety of CSV files to Magento via Magmi. At this point we are firmly embedded in the "pulling our hair out" stage! :-)) Our attribute set has been…
2
votes
1 answer

Magento Import Using Magmi - Admin Images Not Displaying

Ive successfully imported various products using the Magmi module. The images are showing in the front end but not in the admin of Magento I am using Magento 1.7X and Magmi v0.7.18. Hope someone can help! Thanks,
user2191937
  • 103
  • 1
  • 11
2
votes
2 answers

how to use magmi for importing in magento?

I want to import simple products by magmi, installed already and the csv created with one sample product, magmi can read it but not inserting it, the csv is the default but with media_gallery column i don't know what to check for plugins and what…
MahmoudMustafa
  • 144
  • 2
  • 4
  • 14
2
votes
0 answers

XMLReader - Blank Page With No Errors

I'm trying to get the data from an XML file into an array so that I can import it via 'Magmi'. Using the following code, I'm working with a 3.6GB XML file. open('wpcatsub.xml'); $doc = new DOMDocument; // move to the…
Brian Schroeter
  • 1,583
  • 5
  • 22
  • 41
2
votes
4 answers

Magmi is cannot find multiple images

I've Googled, and Stackoverflowed this to death (and checked the Wiki), but I can't find a solution to my problem :( Problem: With Magento Magmi: all products and single images are importing fine, the only catch is that Magmi throws the following…
Acer
  • 75
  • 1
  • 11
1 2
3
22 23