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
1
vote
1 answer

No INSERTs on catalog_product_super_link when using simple_skus column

My CSV file works fine with Magmi for most things, except one: Adding a comma separated list of skus in the "simple_skus" column of a configurable product won't insert rows into either of the tables catalog_product_super_link and…
Anse
  • 1,573
  • 12
  • 27
1
vote
3 answers

Magmi errors “No Profile saved yet, Run disabled!!”

I have a brand new install of Magmi (v0.7.22), I have created a profile, I get the following error No Profile saved yet, Run disabled!! on another note the updater gives me this error Upgrade/Upload function are disabled for security reasons I am…
Justin Blayney
  • 671
  • 1
  • 6
  • 23
1
vote
3 answers

Magento Magmi Offset

I don't know if I'm allowed to ask it here. But I will give it a try. I've just setup Magmi (MAGento Mass Importer). I first logged in with the default credentials : magmi:magmi now i set up an admin account on my magento shop and connected via…
Mand
  • 499
  • 1
  • 5
  • 25
1
vote
3 answers

You must be logged in to use Magmi

i have installed magmi_full_0.7.22 from git master : https://github.com/dweeves/magmi-git#authentication when i am trying to login for that first time, i am getting error : You must be logged in to use Magmi i used "magmi" for username and…
fresher
  • 917
  • 2
  • 20
  • 55
1
vote
0 answers

Set product status with magmi (product enabled/disbaled)

I used Value Replacer and Clumn Mapper to set product status (enabled/disabled) but i have no effect in my magento! Here my settings. Somebody have the same problems? CSV content is: nr;rack; 10001-52;Yes; 10001-55;No; To use magmi, first i need…
Tommy
  • 39
  • 7
1
vote
1 answer

How to upload extra images to magento listing using Magmi media_gellery?

I am trying to upload listing to magento using Magmi. All works fine except adding extra images with media_gallery. I am using images from remote server and separating hrefs with semicolons as in example in docs. but still having problems. Peace…
1
vote
1 answer

Re-index just programmatically changed products with Magento

I have more than 130.000 products in my Magento store. Even though I installed Dn'D Patch Index URL (which saves a lot of time by the way, e.g.: just 10 minutes of re-indexing instead of around 4 hours) it takes a lot of time to re-index everything…
John Brunner
  • 2,842
  • 11
  • 44
  • 85
1
vote
2 answers

Magento export categories -> import with magmi

we need to change the categories of some products and it is easier for us to do this with a csv file. Is there a way to export the categories in magmi format? sku,categories "abc","cat1/cat2;;cat5/cat6/cat1" "bgb","cat1/cat2" or is there maybe a…
Simon
  • 81
  • 3
  • 11
1
vote
0 answers

Magmi Run Import issue on prod server

I am unable to do import using Magmi on production server. This is working properly on localhost. I don't know why it won't or recognize the magmi engine. here is my Warning:…
tom_cruz
  • 411
  • 1
  • 6
  • 15
1
vote
2 answers

Magmi Multistore Product Update

I am Importing product with Magmi In Magento We have already a Magento store with full products. Now we added a new store in it. now we have two stores on one magento. i want to know how we can implement the both store code in csv and which field…
Rajnesh
  • 31
  • 1
  • 7
1
vote
0 answers

Magmi Generic mapper does not work on Create, only works on Update

I installed Magmi (v0.7.21) on Magento 1.8.1, enabled Generic mapper v0.0.6a for status and visibility purposes to remap to numeric values. But when I run the import in mode "create new items only, skip existing ones" it does NOT seem to be…
joell
  • 71
  • 1
  • 4
  • 18
1
vote
0 answers

MAGMI says it imported, but didn't (works locally though)?

I downloaded the latest MAGMI (version 0.7.21) and set it up to import one configurable product locally on xampp. After some time it worked, the product was imported including images. So I uploaded the local MAGMI folder to the root of my Magento on…
Arnie
  • 661
  • 9
  • 20
1
vote
0 answers

magmi Image processor remote import issue

magmi image processor imports remote images, even if they don't exist! In the following example, image-03.jpg does not exist on the remote server. But the image processor, creates a blank record under Product Information > Images. It imports…
user2774042
  • 135
  • 1
  • 7
1
vote
1 answer

Image attributes processor v1.0.25 - error creating media/catalog/product

I'm using Magmi to bulk upload products including images. The products upload fine, but i get the error message when magmi tries to upload the images:- plugin; ImageAttributeItemProcessor; warning:Image attributes processor v1.0.25 - error…
1
vote
1 answer

Importing custom attributes in Magento via Magmi

I am trying to import a custom attribute via the Magmi plugin. It works fine for most of the properties, but for one custom property I've added to the default attribute_set. These are the settings for this custom attribute: And this is an example…
Hawiak
  • 553
  • 1
  • 9
  • 32