Try the Demo

Magento Forum

   
the quest for an efficient product import script
 
Bary
Jr. Member
 
Total Posts:  11
Joined:  2010-11-18
 

Hi,

I have a question about command line (cli). I am using it, all is ok, after calling it magmistate is updated to “running” but file progress.txt is not created/updated and it can not be send by an email to me after calling plugin Import Report Mail Notifier v1.0.0. I am using v0.7.18beta2 magmi. Using GUI of magmi all is OK and progress.txt is created/updated. But I need it to use a command line.

Is this a bug or my misconfiguration? Thanks

EDIT: sorry for double post below, my fault....and refresh page .)

 
Magento Community Magento Community
Magento Community
Magento Community
 
Bary
Jr. Member
 
Total Posts:  11
Joined:  2010-11-18
 

HI,

I am using latest version of magmi v0.7.18beta2, but after calling a command line magmi.cli.php it correctly update magmistate to “runnig” but it does not create/update progress.txt file :( So it can not be sended by an email notofyer plugin. Using magmi GUI all is ok, but I need to run it by shell.

Is it a bug or my misconfiguration? Thanks

 
Magento Community Magento Community
Magento Community
Magento Community
 
Galaxy Stores
Member
 
Total Posts:  47
Joined:  2012-06-06
 

Hi, I am having issues using the Value replacer extension in Magmi. Basically trying to import prefix before a set of SKU’s alraedy in our catalogue via csv, so trying to add BP for example to the front of 12345.

In the configure section of the extension in our Magmi area we currently have:

Replaced attributes: sku
New value for sku: BP-{item.sku}

The testcsv file being uploaded simply contains 5 sku’s we want to update as:

sku
24265
24266
24147
22877
22878

But when running the profile, we get the below error returning, and none of these products update:

Skus imported KO:5/5

Any ideas on how to get this working?

We have been using Magmi for around 2 weeks now and love it! True solution to product import in bulk within Magento smile

Any help on the above would be greatly appreciated, thanks.

 Signature 

Galaxy Stores

 
Magento Community Magento Community
Magento Community
Magento Community
 
kek0
Jr. Member
 
Avatar
Total Posts:  27
Joined:  2010-03-06
 
dweeves - 13 December 2012 07:14 AM

Magmi should support the dd/mm/yyyy format unless you’ve got an old version.

Hi! I have this same issue that mention gpcola, but using a custom attribute that use the date format, and I see exactly the same that gpcola in the imported data.

Using v0.7.18beta2 and magento 1.7.0.2

thanks! smile

 Signature 

Recommended Magento Hosting. Litespeed USA/UK, very optimiced and for good price: Aspiration Hosting
http://www.dankek.com

 
Magento Community Magento Community
Magento Community
Magento Community
 
kek0
Jr. Member
 
Avatar
Total Posts:  27
Joined:  2010-03-06
 

Hi, I have another issue with the Column mapper v0.0.3.
I can setup ok, I am writing three attributes coma separated and appears down this three for I write the correct magento attributes.
I save the changes, but when I run the import, only change the first one.
I was tried to modify the order and all time only change the first one:

CSV Datasource v1.2 4 CSV headers columns found
Column mapper v0.0.3 
Replacing Column REFERENCIA by sku
Ajusted processed columns
:4

Is there any possible bug in this plugin? thanks!!

 Signature 

Recommended Magento Hosting. Litespeed USA/UK, very optimiced and for good price: Aspiration Hosting
http://www.dankek.com

 
Magento Community Magento Community
Magento Community
Magento Community
 
mikevyas
Jr. Member
 
Total Posts:  8
Joined:  2012-12-09
usa
 
dweeves - 08 August 2010 07:05 AM

updated version 0.2.6

- fix for multiselect options (thanks mennos for testing it live !!!!)

Thanks for your file. It contain so much information which i want. It easily saves my time.
I also work in magneto field but don’t know about this.

 Signature 

Our expert Zend Framework Developers are specialized in Zend Framework Development at IndiaNIC

 
Magento Community Magento Community
Magento Community
Magento Community
 
Vianel
Jr. Member
 
Avatar
Total Posts:  4
Joined:  2008-06-18
Essen/ Beyşehir
 

First of all, thanks for this great piece of code smile

I have a problem with the cli in magmi. Everything is ok if i import my CSV via UI. But if i import via CLI only couple af the attributes are in the database (or the product page in Magento), most of the attributes in CSV does\’t appear in backed of Magento/ database.

I am using PHP 5.2, Magento 1.7.0.2 and Magmi v0.7.18beta2.

The CSV separator is “|”, Enclosure ‘”’

 Signature 

Vianel.com - Hosting & Webdesign

 
Magento Community Magento Community
Magento Community
Magento Community
 
muk_t
Sr. Member
 
Total Posts:  205
Joined:  2012-07-24
 

Hi,

Can some one please send me the sample format of CSv file to import the custom options using Magmi.

I am not getting the information given on wiki pages easily.

I have some existing products for them I want to create custom options.What will be the format of the csv for this.

I want to use the custom sku for the custom options for the products.

please help me.

 
Magento Community Magento Community
Magento Community
Magento Community
 
dweeves
Enthusiast
 
Total Posts:  858
Joined:  2010-06-26
FRANCE
 

At last, i had some time to make the 0.7.18 release.

you can find it at its standard download location

The plugin packages have also been updated, you can find them here:

extra package
advanced utilities package

Happy importing !

-------------------------------------------------
- RELEASE NOTES FOR MAGMI 0.7.18 -
-------------------------------------------------

#################################################
# Bugfixes
#################################################

- now magmi cli also writes into magmi/state/progress.txt file as the gui does (this will help using email plugin from cli)

- magmi cli parameter override for plugins works as expected (was disabled in beta)
- Extra plugin package (especially exotic use case remote agent) is backward compatible with php 5.2

#################################################
# Enhancements
#################################################

* The value replacer formula resolver has been moved into productimportengine. This will enable to use it later in many places
(prepare for even more powerful data manipulation capabilities in next version)

* Startup info in log is more complete

UI
--

- Added better info display on plugins as well as sponsoring infos

Enhanced Plugins:
------------------

- Category Importer/Creator now can work with category root path parameter from UI (was buggy, thanks to Pierpaolo Toniolo for the fix)
- Category Importer/Creator can now define item positions in last category
- Category Importer/Creator can now have explicit root assignment on multistore

- Image processor now has enhanced renaming capabilities (useful for server generated remote images) (renaming syntax changed including support for regexp replacement with captures & value replacer syntax)

- CSV Datasource, added support for UTF8 BOM & Non BOM with autodetection

 
Magento Community Magento Community
Magento Community
Magento Community
 
Bary
Jr. Member
 
Total Posts:  11
Joined:  2010-11-18
 

For me 1*, thank you for a cli progress.txt file!!! Good job (the other way I did not test it yet so maybe I change my mind, but I guess/hope not smile

 
Magento Community Magento Community
Magento Community
Magento Community
 
bemavision
Jr. Member
 
Total Posts:  3
Joined:  2009-12-16
 

Hello,

we’re using magmi (version v0.7.17a) for an 1.6.1 shop without any problems.

For a new magento installation (1.7.0.2) we are using magmi v0.7.18, but we’re not able to import any products. The error message is “No sku info found for record #X”. We ‘re sure that a “sku” column exists;)

 
Magento Community Magento Community
Magento Community
Magento Community
 
dweeves
Enthusiast
 
Total Posts:  858
Joined:  2010-06-26
FRANCE
 

i’ve checked the code, so the “no sku info found” is only triggered when sku column is not present.
however, this may be due to some plugin setup (like value replacer).
could you PM me with a link to your setup ?

 
Magento Community Magento Community
Magento Community
Magento Community
 
triplexita
Member
 
Total Posts:  38
Joined:  2011-03-23
 

I’m trying to import images from a remote location.
I use the latest version of the plug-in for your images.
Always get the message that the remote image is not found.

how can I fix it?

csv file in the image field contains “imagename.jpg” information,
and in mapper plugin i have mapped this magento fileds for image and small thumb.

where is the problem?

 
Magento Community Magento Community
Magento Community
Magento Community
 
bemavision
Jr. Member
 
Total Posts:  3
Joined:  2009-12-16
 

Hello,

is it possible a given price in csv to reduce in percent during the import? (simple product case)

Best Regards
Matthias

 
Magento Community Magento Community
Magento Community
Magento Community
 
triplexita
Member
 
Total Posts:  38
Joined:  2011-03-23
 

yes this is possible with value replacer plugin:

set as REPLACE ATTRIBUTE price
and in new value for price

{{ {item.price}*(1+(10/100.0)) }} per aumentare il prezzo del 10% ad esempio
{{ {item.price}*(1-(10/100.0)) }} per diminuire il prezzo del 10% ad esempio

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top