statonlab / tripal_alchemist

entity converter for tripal 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow manual migration selection

bradfordcondon opened this issue · comments

Alchemist 1.0 allows you to migrate entities that match the type column or prop. You might only want to migrate a subset of those.

We could allow this by retrieving all migratable entities and having checkboxes. Or providing some way to further search the entities (elasticsearch would be the coolest way to do this, but we could allow searching props or columns...)

Implemented with manual migration. Good enough.