There’s a little confusion among some on how to import products into a Magento ecommerce store. I spent some time today researching and trying to find the best method on doing this. The reason for my research is because there was no simple documentation anywhere that I could find on how to import products. Magento actually has built a pretty robust import/export mechanism into the ecommerce cms that has a ton of flexibility to do many things. I’m not going to cover all of those. This is just for those of you who simply just want to import products into their Magento cart.
Step 1 – Add a new product manually
add a new product manually to the catalog, assign it to a category, and fill out all fields that will be necessary to your store. The obvious ones are price, description, quantity etc. It’s important that you fill out all fields that you know you are going to need for all the products you import.
Step 2 – Export Your Products
Now we want to export your product to a .csv file so that we can view the fields that are required to import. Go to System >> Import/Export >> Profiles. Now click on Export All Products then Run Profile. Click on the “Run Profile in Popup” button. Once the export is completed, go to your var/export directory on your Magento install and you will find the .csv file there for you to download.
Step 3 – Analyze The .CSV File
Now if you look at your .csv export file you will see the field names that you need to match up. Now just start filling yours in and creating your csv file ready for import. This step is extremely important. Otherwise Magento cannot match what you are trying to import and the importing will fail. At a most basic level, here are the fields that I imported:
- store
- attribute_set
- type
- sku
- category_ids
- status
- visibility
- tax_class_id
- weight
- price
- name
- description
Step 4 – Import Your New .CSV File
Now go to System >> Import/Export >> Profiles. Now click on Import All Products. Change “Type” under Data Format to CSV/Tab Seperated. Now click on Upload File, and browse for your .csv file and click “Save and Continue Editing”. Now go to “Run Profile” and select your file from the dropdown menu. Click the button underneath to run the import. And whalllah. All your products should now be imported.
That was the easiest most simple approach that I could find for Importing Products into a Magento Open Source Ecommerce Store. Like I said I tried this myself and it worked well for me. After that, I went in and manually updated all of my Images and
Quantity numbers. You could even import those if you want to. But for
my purpose I didn’t need to.
Other Helpful Resources You May Need Along The Way
Installing Magento via SSH – this is in case you still need to setup Magento on your webserver and want to do it in a more time-efficient manner.

Derek S
June 23, 2008
You have a VERY usefull blog. Thanks for doing what you do! I’m excited to see what other things you come up with!
QUESTION: I guess you didn’t have any problems with the IMPORT?
When I went into the steps, had no problems or errors on export and import, however, the products I added to the CSV file didn’t show up on Magento’s front-end.
To fix this, I went into each of these new products from within the admin interface and uncheck, then recheck marked the category that I placed the product into. I looked at my orginal CSV export, and I know that I chose the correct Category ID number for the products I added on the CSV, so what could be the issue!!??
After everything was “manually” fixed, I even exported (to a different file name) so that I could check my work against the new export, and the two files were identical. What could be the problem!? If after typing out items in a CSV, then having touch each item in the admin panel, whats the benefit!
Thank you in advance for any suggestions you may have! (yes, running version 1.0). Derek.
admin
June 24, 2008
I actually had this problem on my first attempt as well. What I found is that the products do no show because there is no “Quantity” in the inventory. So the second time around I had to make sure I included that column in my CSV and have at least “1″ in each cell for each product.
Derek S
June 24, 2008
Chase, Thanks for the quick reply. I’ll recheck out my CSV file and make sure to look at the inventory value. I guess I’ll just bring in ALL atribute fields in from my export, do my work and import back and see if it works.
Thanks for the quick insight! And again, thanks for doing this blog.
Derek
Derek S
June 25, 2008
Okay… I hope this will help anyone with the same problem importing items with Magento. As you said Chase, your items wouldn’t show up in the Front End because of the Inventory Quantity attribute in the CSV file. Well mine turned out to have a good value in all of the products I created. So I was back to the drawing board in my situation.
Here is how I got my items to show up. (Remember, they ARE showing up after import in the Admin Panel, just not in the Store)
What I needed to do is go into the EXPORT ALL PRODUCTS PROFILE and change the Store dropdown from “Default (admin) values” to “Default Store View” and Main Website. Esentially, the name of your store. I left mine default.
Save the profile, and run it (the export).
Now when opening your new exported CSV file, the vaules in the header “STORE” say “default” instead of “admin”
I copied lines and created new products out of those and imported the file back in with no problems. All products showed up at the Front End! Yeah!
To sum this up….. I too think Magento has great potential. However, this isn’t the first time that Magento has asked that I be psychic, in just “knowing” that’s the way things have to be set. They have a Forum, Wiki, Blog, Documentation, and Screencasts (which is nice), but none of these items are solid quite yet.
My hopes are that some day they will be. Right now there is just too many of these strange, yet small quirky things as to be a totally ready out of the box product. Though I’m complaining, we have to understand this is version 1.xxxx and they have done tons of work that most first release softwares don’t come close too, so I can’t wait until Magento irons things out.
SIDE NOTE: Here is an excellent link on some one else’s blog on how to upgrade Magento. (Varian’s documentation is again, there but lacking details):
http://www.nublue.co.uk/blog/using-magento-connect/
Have a good one! Derek
George Bush
July 3, 2008
Thanks for sharing your method there Derek – very helpful!
Derek S
July 3, 2008
Thanks!
John
July 22, 2008
I just wanted to comment that I had the same issue and appreciate that you guys took the time to explain how to import and how to get the products to show in the front end.
admin
July 22, 2008
Derek I’m a little late on this. But I read through your solution and it was very helpful. Thank you very much for the link on upgrading Magento. I have been wondering lately how exactly I was going to accomplish an upgrade
shubh
August 7, 2008
hello every one
i try all steps but not import and export csv file so requested sir please guide proper i have work on these topics 2 week ago so please get a proper channel. really i am lot of frustrate . plz get a proper answer.
thanks
shubhnath yadav
Stook
August 20, 2008
Hey Im new to magento. I was able to upload my csv file and got the images up and everything but like the above posts the items wouldn’t show up in the front end but it wasn’t because of quantity. I had to go in and choose a product category for each one. Is there a way to make it do that in a batch? I thought I set it right in my csv but maybe not…any help would be appreciated.
Kyle
September 11, 2008
Great idea! The OSCommerce import module did not grab everything I need and this really helped out! Thanks!
ck
September 30, 2008
Any idea’s on a quick way of finding out the cagegory id’s (of existing cat’s) – I cant seem to see them?
Thanks for the excellent guide-to-importing-into-magento-ecommerce
ck
admin
September 30, 2008
ck..if you already have categories setup when you do your text “export”, you should see the category ID’s that you are looking for.
ck
October 2, 2008
thanks for that, fiqured it out in the end..
to be honest the import never worked for me, it either imported ‘some’ of the products, just hung with no error message, and now has crashed the mysql server!
that was with v1.16 so perhas there is any issue with the import functionality.
thanks for your help with magento-ecommerce-import though.
Mitch
October 21, 2008
Hello, the only thing that doesn’t seem to work for me and maybe this is due to my inline thinking are the Category ID’s. I have a store very similar to tigerdirect.com to build but my client only wants to start with INk Jet Cartridges… so the category ID’s don’t really work.. especially not when there are over 20,000 products and 1,000 categories…
We used to use osCommerce and we had successfully used a contribution for importing product to mysql that had a seperate column for Categories… and if the category didn’t exist it would create it. We want to do the same with Magento ie, category | shop_price | shop_by type | shop_by_etc… where these values will be entered ina layered navigation (which we know how to do).
Any ideas on how we can do this or anyone available for hire?
xinmart
December 13, 2008
What about Images ?
From media/import ?
ross
January 4, 2009
Thanks a lot for this help! Just wanted to mention the final piece of the puzzle (for me) was that after preparing the CSV file, I had to save it, close it, open it up in Notepad, and “Save As” with the option “UTF-8″. This has something to do with End-of-line being different in Linux (where I’m running Magento) and Windows (where I was doing my editing of the CSV spreadsheet). I also had to limit my spreadsheets to 100-200 products, and upload in several goes, otherwise I would sometimes (well, it happened once) get an error for 30 seconds passing during execution of some step. Might have been possible to get around that, but I just decided to break my spreadsheets up into smaller chunks.
I had images in media/import, prior to the whole process (just used Putty SFTP to move my whole oscommerce image directory there), and had to put a leading ‘/’ in the image names, for some reason.
Brian
January 29, 2009
Just to let everyone know, this is an incomplete process, but one that is often referred to on the Magento forums as well. If you have products that are configurable or grouped, or use attribute sets, or are in categories that do not exist yet, then the import will fail. Do not be fooled into thinking this is a simple process. If you have a very limited number of products and categories, and are willing to do the work, then you can maintain a great store. However, if you have more than 50+ products, you will need to pay someone to script a scheduled import, and run it as a CRON job.
marco
February 6, 2009
Hi How are you today? I have a questions…… Whenever I upload an image to my admin and in the correct site: THE ERROR MESSAGE that show —— UNALBLE TO LIST CURRENT DIRECTORY…
help is much appreciated
thank you marco
Carl
February 24, 2009
I am going to have about 15,000 products on my site with about 3000 grouped products…am I not going to be able to use the csv method that has been previously talked about? Thanks in advance for any help that can be given…
Brian Reindel
February 25, 2009
@Carl
No, you will not be able to use the CSV method discussed. You will need to build a custom import script. Have a look at the forums regarding the import, as well as performance considerations. With 15,000 products and 3000 grouped products you will need not only a dedicated server, but likely a dedicated database as well.
Mark
February 26, 2009
Thank you everyone for the great thread of information. I am new to Magento. I am really having troubles uploading images. Could anyone help me? What is the step by step process to upload images? Could you lay it out for me step by step? Please call my cell phone if you think you could spare 10 minutes and help me. USA 435-327-1020
Thanks
Mark
Rupen
March 9, 2009
I would like to know how to import downloadable products into the system. When I did the export of my sample products, there was no column for specifying the link to the download file.
In the DB the table where this info is stored is called “downloadable_Link†and the column is “link_fileâ€Â.
So now, if I want to upload all my downloadable files at once, and import these products, how do I go about doing this? Please let me know if you could help on this.
nicolas
March 15, 2009
Hi !
I found your blog with interest as we are currently trying to switch from Jommla + Virtuemart to Magento + a blog.
Actually I tried to import some products following your explanations but even if everything seemed to be fine, I have always the same error: “Ligne ignorée, le champ obligatoire “sku” n’est pas défini” witch means, in shakespeare
: Row ignored, the required field SKU is not defined.
I do not understand because I have a column (before saving the files in .CSV) with the title SKU. Do you have an idea why I have such a message?
Waiting for your answer,
Nicolas
nicolas
March 15, 2009
After a couple of more tries, everything seems to be working ! FOrget my former message please and thanks a lot for this article
Warren
March 16, 2009
Nicoals what did you do as i am havign the same problem
Row ignored, the required field SKU is not defined.
thanks in advance
Jack
March 19, 2009
Your instructions might have saved me from committing ritual hari kari… as opposed to just regular ol’ hari kari.
Thank you!
priya
March 21, 2009
Hi,
My problem is different.
If I add products, then after clicking on save button I redirect to main admin page
and I don’t find any product in product list.
Please help me that where I am wrong.
Thanks in advance.
Piya
Mark
March 25, 2009
Very simple and helpful, cheers! But I have now tried to create the following profiles “Export all Categories” and Import all Categories” as I have a massive list of categories to use also. I need to be able to import and export the categories from the demo site to the live site etc. When trying to create a new profile the only options under “Entity type:” are products and customers no categories
( How can I do the above but for categories not products? Help! Thanks in advance Mark
Rick
March 25, 2009
Hi all,
I am having the same problem. Mine isn’t working at all i’ve been trying to fix it for 4 days now.
I can’t take it anymore.
I’ve mapped this thing out competely. Now i am willing to offer a little incentive to anyone that can help me fight this monster…
I have 12k products but i can’t upload any, i can’t even Export any i’ve created 150 products manually and i don’t think i’ll be able to continue on. I keep on getting Sku not defined or path not valid…
Help me please
Deryck
March 31, 2009
Thank you for this post. Magento is fantastic but it sometimes a little unintuitive – something like importing products I would have though would have been built in as intitively as possible – afterall surely they want as many ecommerce sites to migrate as easily as possible.
Many thanks for your hard work in working out how to do this. I’m now off to import 400 products that I would have otherwise had to do manually.
Hassan Ali
March 31, 2009
hello all,
has anyone worked importing products which has price breakup involved?
Example: I’ve a product xyz and the price of this differs based on the quantity
1 qty: $10
10 qty: $80
100 qty: $750
and so on..
please let me know if anybody has any workaround / suggestion for the above.
regards
hassan ali
amartinez
April 28, 2009
I have a suggestion to import configurable & grouped products by automatized script:
http://www.magentocommerce.com/boards/viewthread/35865/P60/
Please test it and let me know about bugs, tips, etc!
Corby
May 1, 2009
Great post. Here’s a helpful related post on importing categories too, since that’s not included out of the box:
http://ecommlab.com/14/how-to-import-categories-into-magento/
satish
May 15, 2009
Hi.the products which are not showing in frontend.Can anybody tell me how to create products from backend?
Pin
May 25, 2009
Hi Mark, your former post mentioned importing products with images….Have you managed to do so?
I’m having the same trouble. Everything else is fine but the photos do not show…
Does anyone know how to solve that, please?
Thank you
Christopher Shennan
June 2, 2009
That really worked well for me and allowed me to import my simple products fine but it seems to be lacking when it comes to importing bundled items.
There doesn’t seem to be any correlation between the main product and the item to bundle with it in the CSV file.
Does anyone know how to import bundled products?
Many Thanks.
Chris
Gopi Kumaran
June 5, 2009
Does anyone implemented product images? I tried with media/import and giving /info.jpeg. But its not working. any guesses?
Doane
June 5, 2009
Hi Mark,
I’m working for a client who has Magento set up and the majority of their products loaded. We need to update some of the product information, but I can’t seem to get Magento to do updates… It’s almost like it’s just not doing anything because the product already exists. No error messages though. We’re just trying to add the metadata for each product, but I don’t want to do it manually because of the volume of products and the (slow) speed of the back end interface.
Have you had any experience working with this?
Paul
June 6, 2009
Hi All,
There is this one solution by Magdeveloper.com:
It also support importing product images:
Save hours of time to get your data into Magento.
Assign products to categories
Rewrite product data to any preferred Magento Data scheme.
This product is not limited to any Magento webshop version.
No additional scripts or macros are needed.
Ultra fast conversion, tons of product data is converted in just a second! Suitable for 10.000 product importing (scheduled at night)
Easy to use interface and organised product data.
Features:
* Imports any .csv (or even .txt files) from your whole seller into Magento.
* Performs Ultra Fast offline conversion to Valid MS XML
* Converts tons of products within seconds. Virtually no limit to the data to be converted.
* All CSVs will be converted to a valid MS XML Excel scheme and can be directly imported into Magento.
* Rewrites categories strings to category id’s
* Supports Imports Images from the CSV
More info about the importer:
http://www.magdeveloper.com
Check it out!
Freenty
July 15, 2009
How import product with images? Im put images to media/import but no one image not added
carlos
August 19, 2009
Question: what if the product image is hosted to a certain link: http://yoursite/com/images/1231.jpg
any idea? thanks
Christopher
September 9, 2009
I found this approached worked well with simple products but when creating a website which consisted mainly of bundled products with multiple images I still had to do most of the work manually.
I could get the basic product information in via the CSV but I had to add images to each product manually (with the exception of the preview ones) so that I could get several images per product.
I also couldn’t get any of the bundle attributes imported automatically so I had to manually set these up per product afterwards.
Scott
September 14, 2009
http://www.magentocommerce.com/extension/1894
my module does import bundle products w/ tier pricing also if needed
Demo
September 16, 2009
You have missed required field short_description in your import list
Juan
October 13, 2009
Anybody tried making a magento extension that consumes a web services and populates the db with products and categories?
Gary Kleyman
October 27, 2009
Thanks for the helpful post and comments. I also have a question (I’m running 1.3.2.3)
Was able to get the new products to import with images (thanks for the /media/import solution)…
Is there a way to export a legend for the category id’s?
Thanks!
Frank
November 23, 2009
Thanks for your clear statements concerning importing products in to Magento shop!
Tandil Ajedrez
November 27, 2009
any have a data examples for magento?
Ryan
December 22, 2009
I would also like to thank you for the time you invested creating this article.
Thank you
gabe
December 23, 2009
Very helpful, thanks!
Chestnut
December 29, 2009
We’ve been with Yahoo Store for a long time and have a lot of inner pages well indexed in Google. Is there an easy way to import our products into Magento and retain our URLs to preserve our rankings?
MagenPro
January 5, 2010
Hello Guys,
This is a great post.
We have also developed an extension that uploads up to 10,000 products to magento from your Doba account in seconds.
If you would like to try our stable release please go 123gosell.com.
I would love to know your responses.
andrew
February 4, 2010
If you use Microsoft office especially on mac excel will produce a CSV format that will not upload correctly. Use Open office to get a really well formatted CSV file.
Peter
February 25, 2010
heey guys.
I have a little problem.
I’m trying to do it as you said above, but i cant dowload the export file.
THNX
SneakerDoctor
February 26, 2010
Is there a limit to the amount of items you can upload to Magento at one time?
Star Design
March 5, 2010
Very useful. Because of your post and the comments I was able to import my products.
Thanks.
Preston
March 16, 2010
I was having much difficulty doing imports into a prototype site recently. There was a handful of things keeping me in check.
1. My source .csv file. This was an export from an old school HP-UX server running software that nobody has ever seen. We had some custom work done a few years ago to export .csv (among others). The problem was that some fields were surrounded with quotes and others weren’t. Description fields that gave measurements in inches (“) were messing things up. I imported the crappy .csv in excel, saved as an .xls, opened that in OpenOffice, saved as .ods, then saved again as .csv. Problem solved (though possibly more steps than necessary, my excel version is ooooold).
2. php memory_limit. When trying to import batches of 500+ products (each with long descriptions), the import execution output window was giving me no feedback. It would just have a blank red error bar w/o message and result in 0/500 product imported. I believe this is what happens when you run out of memory. Some products were still being imported, however.
3. I’m not sure if this is a factor or not, but when saving in OpenOffice, choose the “edit filters” checkbox >> choose UTF-8 character set >> uncheck “save cell content as shown”. I have no idea if this was causing problems initially, but I can verify that these settings work.
4. The theme I had previously installed may have been causing problems as well. I was getting thrown exceptions after doing an import and trying to browse in the front-end. The error referenced the theme I had installed. I wiped my /magento directory and MySQL database and started from scratch. This fixed the errors.
Ivan
March 19, 2010
Hello all,
I tried this and this Notice appeared inside a red square:
Notice: unserialize() [function.unserialize]: Error at offset 1148 of 1233 bytes in /home/hiddenca/public_html/store/app/code/core/Mage/Dataflow/Model/Batch/Abstract.php on line 66
should I be afraid of something?
what does it mean?
thanks for this post was very helpful
Anshul
April 1, 2010
I want to import some data from magento to excel , i am new to magento so i could not exactly figure out how to do so… So if anyone to help me out??? Please
ogray
April 2, 2010
I tried free oscommerce to magento migration tools, but it didn’t work well for me.
Tried Cart2Cart – http://www.shopping-cart-migration.com – worked good except the customer passwords and old product links (i’m not sure is it possible automatically in general)
Rob
April 13, 2010
Thanks for the tips here – we spoke about the same issues on our magento blog. What we ended up doing was bypassing a lot of the functionality of magento in order to put tier prices and gallery images through the spreadsheet.
Shamar
April 14, 2010
Very good blog, we did an integration between Magento and Doba that allow users to upload products dicrectly to their store, including images, descriptions, SKU etc, the software would also keep your products updated automatically.
This is a 30% Off Coupon for the first 100 of your blog readers. CODE: FBGosell
dheeraj
April 16, 2010
whenevr I upload the product with CSV file only the last product of the row gets display, not others
Mazo
May 4, 2010
Is it possible to run the update so that you can updated the normal (or special) prices of certain products? It would help a hell of a lot instead of me manually changing prices to over 1000 items.
Vovan
June 26, 2010
Why all write about import. How about export. I spent a lot of time to find that the instruction “how export additional images for products in Magento store”. Found here http://www.blog.magentosupport.net/2010/06/how-to-export-additional-images-for-products/
Catalin
August 16, 2010
Hy, very useful article
managed to import my products but came across 2 problems :
1. all my products appear to be “out of stock”
2. uploaded the product images from the old magento but they not appear
any ideas ?
Thanks
delta76
August 23, 2010
Thanks a lot!
Now I can automate stuff. Using kettle I think I can make great things. Without this, my fingers will hurt a lot
This make my things a lot easier
Again…thanks for your blog!
SFC Admin
September 22, 2010
Hi Catalin,
As far as your problem 1:
———————-
Include a column called “is_in_stock” in your import spreadsheet. Cells for all products which are in stock should contain a “1″ (meaning Yes”) in this new column. Also, make sure that you have a “qty” column (quantity) and that it contains a number greater than or equal to 1.
For your problem number 2:
——————-
Assuming you are using Magento’s stock import functionality, it may be necessary to put a leading “/” in front of the image file name in the “image” column in your spreadsheet.
Also, to Catalan and Vovan, we have a product import extension which supports many useful options for importing product images.
http://www.storefrontconsulting.com/software/magento-product-import-extension.html
Shovan
September 22, 2010
Thanks for the post, will see if it will work for me. Guys who have commented will check your links as well. Hope it would help me
Edward De Simone
September 28, 2010
i want to be able to upload a word document or PDF file onto one of the pages in Magento.
Its for a skate comp…so people can download it, fill it out and email it back.
http://www.isurfandskate.com.au
When i go to the page and then – content, i can’t see an attach option or upload file option.
How can it be done?
thanks eddy
Adnan Ahmed
December 4, 2010
Hey ! This is very useful post for those who really want to know how to post /uploading products through Magento.
Kara
December 9, 2010
THANK YOU!!!! this was SO helpful, worked the first time and saved me SO much time!!!
carriganjr
December 12, 2010
Hey! after importing products u will need to assign images to ur products when talking about 5,000 products doing it manually it´s not an option how would u do it?????? thank you!
Marc
January 18, 2011
Hi,
I got a problem. I can’t import the products to an xml file. Do you know what’s wrong?
jur
January 25, 2011
i just think if i added image in my csv column, will it be okay? thanks?
TheCyberSaints
February 20, 2011
We have crated a module for import product. Magento have some limitations for product import but those all are limitations are breakkk in our module. you can import “N” numbers of product without CPUs overload…
Good Boat Shop
March 1, 2011
The instructions seem to work ok but the import keeps stalling after 10-30 products
dweeves
March 18, 2011
You should take a look at magmi , that can import huge number of data at decent speed and is one of the hottest topic in magento dataflow forum.
Chase
April 3, 2011
Not sure if this has been mentioned, but I noticed a fairly obvious thing, but it tripped me up the first time. If you’re uploading an XML file through the data profiles upload and your categories column is formatted to be a number, and not text, it will drop any category that is in the format 12,345 as it reads this as 12345. That drove me freaking insane.
Faical
June 28, 2011
A very important point thing is to never forget to do this process in English local settings because I tried many times this in French and lot of problems happened.
Now I got my products Up and running for business after I selected English as the local of the admin interface
ranto
July 6, 2011
Can not find required columns: sku is the error when I import my product list
Imran
July 25, 2011
Hi! can any1 tell me along with product how can i import its associated image from csv file & what syntax should i follow for that.
MagePsycho
November 4, 2011
Dear All
If you want to update product prices in Magento in easier & faster way by using csv file with just two fields: sku & new price then you can follow this great article:
http://www.blog.magepsycho.com/updating-product-prices-in-magento-in-easier-faster-way/
Happy Importing!!
Thanks
Chase
November 4, 2011
@MagePsycho great article. Very helpful.
Taranath
November 26, 2011
Hi,
I have been extensively using magento for my site, but i have a few queries and desperately seek help.
Is there a way for me to to link Magento with say for example Amazon.
As my e-commerce site is an aggregator of other e-commerce sites. Therefore i constantly need to have the products that they have on their sites imported onto my site. I have taken their imports in a CSV. and then changed it accordingly and then uploaded it, but now its seemingly difficult for me to do this with 15 suppliers everyday. I’d rather have their site or webpage connected with my site so that i just process the orders and manually pass them on to these respective suppliers.
Any help on this front would be deeply appreciated.
Karthik
March 6, 2012
Great post. I have to upload products with more columns, viz., sku, supplier SKU, Cost Price, Selling Price, product id, description, featured products, visible, product images, meta info etc. I am also having fields like Supplier Name, Options, viz., weight color , etc. Whether these can also be imported into the format.
If anyone has knowledge in this area, kindly give us your opinion and prcedure for doig so.
Thanks
Karthik
Rhys Patterson
April 17, 2012
Not sure if you are aware, but it appears http://webkul.com/magento-tutorial/how-to-import-csv-into-magento has taken your blog content for their own site. May not even be relevant but I never appreciate seeing unaccredited content being reused by others.
Chase
April 18, 2012
@Rhys thanks for the tip. I’ll look into it.