8

It's been 4 days already that I'm digging the internet for Magmi alternative for Magento 2.0, since Magmi doesn't have any Magento 2.0 compatible version (or I'm unable to find it).

if anyone of you have experience working with a module or tool in Magento 2.0 for importing/exporting Category and product, could you please share it with me? thank you

take in to consideration that I've already tried using Firebear.

Michel Gokan Khan
8521 gold badge7 silver badges21 bronze badges
asked May 2, 2016 at 10:43
1
  • Same question here... Commented May 2, 2016 at 21:26

4 Answers 4

4

You can always try the native import/export interface. Tools like Magmi (directly writing sql) will suffer in the long run, because import not imports a bit differently (repository->save() instead of direct sql as it was before) and because of the newly introduced interceptors it will be hard to build a sql-data-pump that will not break with 3rd party data-handling.

answered May 2, 2016 at 11:06
6
  • 2
    native import export interface takes about 2-3 hours to import just 2000 products into magento. It also don't have anything for category import or other kind of imports. This is why she is looking for an alternative for Magmi. Me too! Commented May 2, 2016 at 11:09
  • I did get the problems. I just tried to clarify why there is no replacement as of now and why it will be hard to have something available if data-integrity is your main concern. There is a wrapper for the format (firegento_fastsimpleimport2) but we did not add any functionality as we did in m2 with avs_fastsimpleimport simply because of time constraints. Commented May 2, 2016 at 11:19
  • 1
    @MichelGokan, are you speaking from experience with Magento 2? They made significant improvements in importer performance as a point of focus. Commented May 2, 2016 at 11:24
  • Personally I was trying to import around 2400 product to Magento 2.0, with the Magento 2.0 native import, and it took more 3 hours. so eventually I had to stop it and look for a better solution. Commented May 2, 2016 at 11:30
  • Wow that is kinda slow. My experience is more that 1k skus took not longer than minutes. Do you have many images or cross-product-relations (configurable/bundle/grouped/related/crosssell/upsell)? Those slowed me down considerably. And by far the most important: did you use php7? Commented May 2, 2016 at 12:06
3

Searching around I came across this: https://github.com/tagesjump/magmi-m2

There is also some talk related to some issues on this issue: https://github.com/dweeves/magmi-git/issues/369

I hope this will help somebody.

NOTE: This was not tested and I do not know if it works or not.

answered Feb 6, 2017 at 19:08
3

Here is most alive recent project which have merged few another attempts to port Magmi for Magento 2 - https://github.com/macopedia/magmi-git

Another interesting project is M2IF - Magento 2 Import Framework - https://github.com/techdivision/import

The objective of M2IF is to provide a fully functional replacement for the Magento 2 standard import functionality with a 100 % CSV file compatibility. In contrast to other approaches, the framework is not build as a Magento 2 extension, although it has no dependencies to other frameworks like Symfony, Laravel or others. Instead, it provides independent components, that can be tied together as needed, by adding them as composer dependency.

We also have implemented all core Magmi features for Magento 2 on our commercial extension (400$) Improved Import

answered Jul 27, 2017 at 13:12
1

My recommendation is to switch to PimGento format and extension. Probably add few more queries to move images to right order.

Originally designed for Akeneo data import, provides decent performance and flexibility.

It uses Mysql CSV file load.

P.S. Yoav Kutner supports Akeneo development, which is good sign.

answered Jul 12, 2017 at 0:16

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.