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
0
votes
1 answer

How to Upload Thousands of products with MAGMI with different options

I am new to magento. I have been running my store and getting more sales then I ever did since I switched to Magento. Something I haven't been able to figure out yet is setting options for my products. Here is where I am currently at. My distributor…
ryanb4614
  • 153
  • 3
  • 16
0
votes
2 answers

how can I get more specific error reporting on magento customer import?

I'm trying to import 80k customers into magento using the dataflow import method built into magento...it's really difficult to work with... It's really slow to import I need to break the 80k into files of 1k each to avoid the import process falling…
0
votes
2 answers

Using Magmi for bulk image import

My question: how do you use Magmi for bulk image import into Magento? I've installed it, also got the 'Image attributes processor' plugin. Now what? The documentation on sourceforge is thin and I can't seem to find much on google either. A 'how to'…
Eugen Pop
  • 51
  • 3
  • 8
0
votes
2 answers

Magento: Magmi Datadump API

I'm having some problems importing custom options with the magmi datapump api. I can upload products with ease by passing the data in an array as given in magmi's example. However when I install the Custom Options module and enable it I receive the…
Rikkouri
  • 87
  • 2
  • 9
0
votes
1 answer

Magento, Magmi API Update existing products?

Currently using Magento API, however as we all know it's slow. Everyone says to use Magmi. Well currently here's our situation. Twice a day we update from a csv file. We update all matching products price/quantity If product exists in csv, but not…
user1155594
  • 315
  • 1
  • 5
  • 20
0
votes
1 answer

Can we import the product images from live server using magmi or magento's product import functionality?

My all Images are stored in live site. Can We import these all images from live site(mapped by image name in .csv file.) to my current site using magmi or magento's product import functionality? Like mentioned in below image:
vin
  • 562
  • 1
  • 8
  • 24
0
votes
1 answer

Importing names/categories with special characters (such as ® and ©)

I have a .csv file with product names and categories that contain symbols such as this: ©. When I use Magmi to import the .csv, Magmi consistently cuts off the symbol and everything after. Does any one know the reason for this and how to add special…
tauren.kristich
  • 449
  • 1
  • 6
  • 22
0
votes
1 answer

Magento Magmi image processor errors

I have just started using the MAGMI image attribute processor and am having a few issues. Initially, I was getting open_basedir errors, but I have (I think!!) temporarily disabled open_basedir for the domain. Now however, I am getting the…
cheshirepine
  • 113
  • 2
  • 8
0
votes
1 answer

Thumbnails don't appear in Magento except if I save the product

I've looked around for answers, but none of them seem to apply to my case. The product's images were changed via Magmi with a csv file with the following structure: "sku","image","small_image","thumbnail" They were changed from png to jpg…
Mike
  • 333
  • 4
  • 19
-1
votes
1 answer

C++ generated csv vs Open Office export

I've finished a little application in c++ that parses a table of ~15k records into a .csv file. The problem I'm having is that a third-party application that's supposed to use this file as source (Magmi) won't recognize the fields from my generated…
-1
votes
1 answer

Import with Magmi broken after Patch 1533 5344 on 1.9.x

I've successfully patched Magento but after this update Magmi seems broken. On a dev environment I'm trying to import a correct CSV file with a lot of simple and configurable products. The simple ones are ok, the configurable ones and the images for…
-1
votes
1 answer

How to map products to manufacturers with MAGMI

This is probably a stupid question, but I haven’t had any luck figuring this out. How does MAGMI add products to the manufacturers_products table? Right now, it is not doing this so products are not displaying on the frontend when browsing by…
-1
votes
1 answer

how to import a custom csv in magento?

I have a magento store, I know how to export/import, but currently I use Magmi and after import I cannot see the pictures nor the categories. Does anyone have another CSV import option? Or does anyone know how to fix picture & category issue with…
-1
votes
1 answer

'Special Price' comes up after the price update through MAGMI

After I update prices via Magmi, I get the old price displayed as a 'Special price' and the new price (from the update) as an 'old', crossed off price. I have tried with few different fields, all seems to be working perfectly fine (stock levels,…
1 2 3
22
23