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

Swatch images on Magmi imported products removed when viewing product

Our products were imported using Magmi and the swatch images set using the media_gallery field of the Magmi CSV file. After the import completes, the swatch images are seen correctly in the product catalog. When viewing the product in the public…
Daniel Flippance
  • 7,734
  • 5
  • 42
  • 55
1
vote
1 answer

magmi with multiple csv and category with references

I need to automatically update the products from one vendor to magento. I am using magmi. This provider makes me 3 .csv: products, categories and images How I can do to automatically upgrade these products? In addition I have another problem with…
Nautilus
  • 41
  • 3
1
vote
1 answer

Magmi import error - SQLSTATE[HY000]: General error: 1366 Incorrect integer value

When I try to import products via magmi I got this error SQLSTATE[HY000]: General error: 1366 Incorrect integer value: 'No' for column 'value' at row 2 - Can I know what should I check? magmi 0.7.21 Magento 1.8.1 group product sku attribute_set …
Yohan
  • 111
  • 6
1
vote
2 answers

Magmi: missing products

Whenever I do an import with Magmi, it misses products without telling me what happened. For example on this screenshot below, you can see it found 226 records but only imported 194 items. What happened to the remaining 32 items? Can I find their…
fkoessler
  • 6,932
  • 11
  • 60
  • 92
1
vote
0 answers

Configurable product is not editable in backend after configurable p. upload with Magmi,

I uploaded configurable products in Magmi, now the configurable product is not editable in backend under Manage Products. It shows only the menu points over the entire screen but nothing else. The simple products can be edited I have been trying to…
Sky-Lens
  • 11
  • 1
1
vote
1 answer

Magmi - Imported Simple Products Marked "Not Visible Individually" Still Display on Grouped and Configurable Import. 404 when clicked

I’ve got Magmi importing both kinds well, but with both grouped and configurable’s simple products still display even though “not visable individually”. I know about the caching thing but the test server I’m on I can’t run command line yet, but if I…
1
vote
0 answers

Magmi Skus imported KO: does not show which skus

We are importing 500 products with Magmi in Magento. It are existing products that we are updating and we first made an export and now want to import the products with the same skus but get the notice Skus imported KO: 77. Is there a way to see…
Coen
  • 461
  • 2
  • 11
  • 28
1
vote
0 answers

Importing images with MAGMI, exclude flag is ignored after the 1st import

I am trying to update the images of my catalog with the following…
1
vote
2 answers

Magmi stuck on one CSV

The problem is that Magmi keeps searching for the same file (example: file1.csv) when I run the import for another file (example: file2.csv). No matter how many files I upload and try to save as default, when I run import and check the results the…
1
vote
1 answer

Mage product refresh programmatically

I'm doing product imports using magmi via the API. My script parses a csv file into $product_rows, then loads a product in mage using my attribute to get the sku for magmi to use. I'm doing it this way because later I will be using an external db…
Dania_es
  • 1,026
  • 1
  • 10
  • 20
1
vote
1 answer

Magmi removing product relations on import

I just found out a problem when using Magmi to import products into a Magento environment. The Magento installation has 2 different stores on 2 different domains, all running from a single Magento instance. Both stores have the same products, but…
JerVoo
  • 47
  • 8
1
vote
0 answers

Magmi product attribute_set changed to default on update

I'm having an issue with Magmi for the product import. On the product creation import, the correct attribute_set is set for the products and everything is ok but on the second import with no attribute information (another csv), products…
1
vote
1 answer

Magmi configurable and simple products CSV confusion - Magento import

I am trying to import a list of products which contain both simple and configurable products. Having read the manual and other resources, I am still very confused on a few aspects on the CSV file. What I have is various attributes such as colour,…
user1942793
  • 41
  • 1
  • 4
  • 10
1
vote
1 answer

Magmi Multi-Store set attribute to "Use Default Value"

i have used MAgmi to import my full catalog along with tons of attribute values at multiple store levels. During the process certain attributes were set at the store level which we want to now rest to "Use Default Value". Is it possible to set an…
user3537557
  • 13
  • 1
  • 5
1
vote
1 answer

Magento with Magmi - Remove unwanted numbers on product update

After updating our 6k+ products in Magento 1.7 using CSV import with Magmi the url_keys for all product get 4-digit numbers as suffix. e.g. before it was www.domain.com/productname.html after update it's www.dmain.com/productname-5363.html This…