Having investigated other avenues (including DataShift::Spree, Wombat), sadly I find myself in the position of writing an importer gem to load data from a Magento CSV export into Spree.
Add this line to your application's Gemfile:
gem 'spree-magento-importer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install spree-magento-importer
Currently there are working specs with fixtures for a proof-of-concept product importer, but no mechanism for use with a specific Magento export file.
- Fork it ( https://github.com/andyt/spree-magento-importer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request