Magento Groups http://www.magentocommerce.com/groups/ en Magento Community Copyright 2008 2008-12-04T20:06:13-8:00 http://www.magentocommerce.com/group/blog/action/viewpost/403/group/178#comment687 Commented by seudo?

I have added extra fields now to the csv file. So now I have the field names for both varients and extra fields list out as the first row and fill in the appropriate values for each field.

]]>
2008-06-05T18:02:21-8:00
http://www.magentocommerce.com/group/blog/action/viewpost/403/group/178#comment716 Commented by PiotrN

Hello,

I’m currently perfecting a method to automatate import from xcart to magento.
I choose a bit different approach, i’m reading xcart databse on my own and map it to objects.
I then use Magento objects to populate magento database.
It’s doesnt acctaully work yet, but we could probably share some experience.

]]>
2008-06-10T11:18:16-8:00
http://www.magentocommerce.com/group/blog/action/viewpost/403/group/178#comment723 Commented by seudo?

My goal was to do as little as possible on the Xcart side of things and utilize what it already had. I also wanted to see how the Magento data flow imports would work too and sadly I have been having more issues on that end then from Xcart.

I am currently just trying to get a csv file, using a spreadsheet app, that will not give me the dreaded “skip import row”. As of yet no luck even with all the forum posts.

]]>
2008-06-11T14:09:33-8:00
http://www.magentocommerce.com/group/blog/action/viewpost/403/group/178#comment724 Commented by PiotrN

Well, the possible problems with csv and data format used that way, was what made me to choose a programistic approach. There are only few objects to use in Magento. The major problem is providing environment for agentos objects. There is alot of object coupling (very very bad, -10 points for Magento dev team).  I strugle more with XCart.
It’s easy to read, but there is not enough information.

For mising fields i use Magento Attributes. In my case the store is quite simple, it just has quite some products.

]]>
2008-06-11T14:23:29-8:00
http://www.magentocommerce.com/group/blog/action/viewpost/403/group/178#comment726 Commented by seudo?

I think you are on the right track and to steer clear of the Data Flow section - it is just not mature enough yet. I finally have a working import but it required much modification to the csv file.

I did run across a thread regarding a preliminary api. See my next blog post regarding my experience with “The Magento Data Flow”.

]]>
2008-06-12T20:06:03-8:00