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

Magmi Image Import - some files being imported, but not others

I am struggling with a magmi import. I have a test csv file in /var/import with 29 records in it. All images are held in media/import, and have been given the permission 644. I get the following error when running the import for these files…
Justin
  • 37
  • 1
  • 8
0
votes
1 answer

Is it possible to get a log if new products are added to Magento?

Is it possible to get a log if new products are added to magento? I'm working on automating product import and edit existing products in Magento, but I would like to see a log which products are new after the import. Is this possible With Magento or…
bardo
  • 35
  • 1
  • 5
0
votes
2 answers

How do I import configurable products with attributes (color,size), attribute sets, categories and images with magmi?

How do I import configurable products with attributes (color,size), attribute sets, categories and images with magmi? If someone can provide a CSV file with a format that actually works that I could use to import products I would be more than happy…
wfninpa
  • 1
  • 3
0
votes
1 answer

magmi data pump api from c# - Update stock and custom attributes

I am currently using the Magento API to import stock to magento, but finding it unbelieveably slow as the number of products is mounting up! I've heard of this Magmi Datapump API, which allows me to send a list of products, and quatities to update…
Neil Hosey
  • 465
  • 6
  • 23
0
votes
1 answer

How do I sucessfully import a csv file to Magento using Magmi?

My supplier has provided me with a CSV file which contains all the products they supply. I am trying to import this in to a empty Magento Store (No existing Products or Categories). When I try to import the file I get 39000 errors! All stating…
tony lees
  • 1
  • 1
0
votes
1 answer

can i use magmi to automate inventory with suppliers data

Hi Can anybody tell me that is it possible to automate the inventory with suppliers data with magmin. Actually i have 3 suppliers and they update there inventory regularly and i have to do all through csv , is there a way that i can automate all…
Ranjeet singh
  • 794
  • 1
  • 16
  • 38
0
votes
2 answers

Products still showing when set to Not Visible Individually

Using Magmi to upload a CSV to set simple products to be Not Visible Individually. After clearing Magento Cache and Reindexing, the products still show on the category page however clicking on the simple products give you a 404 page. Is there…
lee murphy
  • 134
  • 1
  • 11
0
votes
2 answers

Regex - Magento Magmi Import: How to rename image files correctly?

Magmi is an import tool for some eCommerce software. I am trying to import images. The problem is that my images are all named "SKU.jpg" and are located in different directories. Magmi has a tool to solve this using regex. My problem is coming up…
Raphael Rafatpanah
  • 19,082
  • 25
  • 92
  • 158
0
votes
0 answers

Updating prices configurable products with Magmi

I'm trying to use Magmi for updating the prices of my products. The price column is updated very fast and easy, but for the configurable products i also have to update the super attribute pricing. The Configurable Item processor should do the trick…
Burney
  • 41
  • 3
0
votes
1 answer

magento categories not showing on add product page?

I am currently developing a website, juggernet.com. juggernet.com is almost a duplicate of ooplo.com, in which it has the same products. To import the products i used the magmi import tool with the on the fly category importer/creater enabled. All…
0
votes
1 answer

MAGMI session_write_close Product Import Error

I'm having troubles setting up MAGMI on my site, every time I got to import products I am shown this error: Warning: session_start(): open(/var/lib/php/session/sess_a80ks0ag182lknvd8bfc052qe6, O_RDWR) failed: Permission denied (13) in…
0
votes
2 answers

Magmi stock status issue

Each product in magento has indiviual minimum qty for to be in stock I use magmi to update the stock from an external csv file. Issue is that on successful updation of csv , magmi does not refer to minimum qty value to set the product "in stock" or…
user2206490
  • 1
  • 1
  • 3
0
votes
1 answer

Backslash added before single quote in magmi ruin my day

I know it's such a dump question, but it makes my life difficult. I wonder why in my server, there will be added a backslash before ' (single quote). So if I input script like '/home/user/public_html/file.csv' it will be…
Abaij
  • 853
  • 2
  • 18
  • 34
0
votes
1 answer

ValueRemapper in magmi doesn't work

I intend to import categories into my magento from csv file. I use ValueRemapper of magmi. The Replaced Attribute is categories. And the New Values for categories is {{…
Abaij
  • 853
  • 2
  • 18
  • 34
0
votes
1 answer

Magento Magmi: When updating, is the first column in the csv used as the foreign key?

I usually update based on SKU... but, I need to change the SKUs this time. Heh, so I couldn't find any definitive answer in the wiki, but how does magmi choose the csv column to use as the foreign key when doing updates? I assume it is the first…
Sy Moen
  • 124
  • 2
  • 11