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

Magmi: how to import categories from different columns

I have a CSV with 2 columns for categories. 1 column contains the base category of the product and second column contains the sub-category of the product. If no sub is specified the product is considered to belong to the base category. Is there a…
Claudio Ferraro
  • 4,551
  • 6
  • 43
  • 78
0
votes
1 answer

Best way to import 80.000 products in Magento every night?

So I've been asked by a client for an online store in which he need each night to delete all the products and import again aprox. 80.000 products. Of course I thought about Magento. But as we all know the importing process is a pain in the ass. The…
0
votes
1 answer

Magento Magmi API import with several websites and storeviews

I will use magmi api (not the csv file import) to import and updates products in magento in several websites and storeviews. On http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Magmi_Datapump_API And in the samples folder I find very few…
dermold
  • 91
  • 2
  • 13
0
votes
0 answers

Magmi is not importing the images for the existing products

I am trying to import images using magmi. I have the following format of csv "sku","image","small_image","thumbnail" …
Mukesh
  • 7,630
  • 21
  • 105
  • 159
0
votes
1 answer

Magmi import with product attributes not showing price

I have made a product import using Magmi with no errors on the import side. Every product is a simple product that has 2 attributes of type checkbox that adds some options and increases the price in a manner that looks a little like this: Product…
Mike
  • 3,017
  • 1
  • 34
  • 47
0
votes
1 answer

magento magmi unable to upload multiple image via csv

I am using magmi for multiple image upload, but I am unable to upload images, there is only one image uploading. Please help me with example. Thanks
Max
  • 1
0
votes
1 answer

Magmi Value Replacer news_from_date

looking for a little bit of assistance for using magmi to create the column news_from_date. I try to use the Value Replacer tool to create the column news_from_date. The value that I use is {{date(Y-m-d)}}. However when running the import script,…
Oebel
  • 15
  • 1
  • 3
0
votes
1 answer

Does magmi can able to download remote images?

In this link: http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Image_attributes_processor To set base image values image small_image thumbnail To set base image labels image_label (label to use for image) small_image_label (label to use…
Joey River
  • 21
  • 1
  • 8
0
votes
1 answer

Error on Magmi after move to another server

I just moved to another server and cannot reindex with Magmi, I receive the error below: This script cannot be run from Browser. This is the shell script. Thanks!
Dan
  • 9
  • 4
0
votes
2 answers

where do i set Image Labels in magento?

in the link: https://sourceforge.net/apps/mediawiki/magmi/index.php?title=Image_attributes_processor It has given as: To set base image labels image_label (label to use for image) small_image_label (label to use for small_image) thumbnail_label…
Joey River
  • 21
  • 1
  • 8
0
votes
1 answer

magmi column mapper issue

iam using Magmi, iam able to display every product except remote images.. iam thinking i should use column mapper plugin.. so, i have some below doubt related to 'Column Mapper' plugin My CSV feedfile column…
Joey River
  • 21
  • 1
  • 8
0
votes
1 answer

Remote Images not displaying after running Magmi

I've installed Magmi, configured it and installed it too Iam able to get products into my site, BUT prob is: Iam unable to see any image, since image urls all are from remote.. My image url looks like:…
Joey River
  • 21
  • 1
  • 8
0
votes
1 answer

Magmi import doesn't remove the products

I have been using Magmi to import products by adding items to the file " export_all_products.csv" without any problems But when I have products that need to be remove,what I did was by removing the whole row in that product line in the csv file and…
0
votes
1 answer

Magento Magmi remove all categories before update database with cron

Can somebody help with Magento / Magmi for remove all categories with cron command please? I know a command for clear the catalog by this command: php /magmi/cli/magmi.cli.php -engine=magmi_utilityengine:Magmi_UtilityEngine…
Marcell Nemeth
  • 97
  • 3
  • 4
  • 13
0
votes
0 answers

Magmi Remote Images and Regex

How do I use regex for something like this entered in media_gallery column? http://www.example.com/images/1012a.jpg;http://www.example.com/images/1012b.jpg so that images are saved as "brand-1012a.jpg" and "brand-1012b.jpg" respectively?