Hi.
I need to import entities in Drupal 8 via UI and I was wondering if there is somebody who has already done some work?

Since Migrate takes care of ID mapping it's obviously the best choice for this type of functionality, so making a cusotm import wouldn't be a good idea, but it has no UI and frankly I have no idea how to approach it.

So if there is already some work done on the UI for migrate module let me know(for example a GitHub repo or something).

Comments

Greg Boggs’s picture

geerlingguy’s picture

Note from the project page:

the UI has been added to Drupal 8 core for 8.1.x, thus is no longer provided in the 8.x-2.x branch

__________________
Personal site: www.jeffgeerling.com

thomasmurphy’s picture

The original question wasn't about the "migrate_upgrade" project, it was about "migrate_ui", which currently doesn't work with Drupal 8.1.x
https://www.drupal.org/project/migrate_ui

so as far as I can tell there is UI for the core migrate module at present.