is it possible to export a taxonomy tree with its tid/vid and import it on another drupal with the tid/vid? this for example could be useful if you want to reimport a vocabulary.
is it possible to export a taxonomy tree with its tid/vid and import it on another drupal with the tid/vid? this for example could be useful if you want to reimport a vocabulary.
Comments
Comment #1
Daniel_KM commentedHi,
Not totally: no for the first import, but yes for update.
There is a way to work around this limit: to create vocabulary and tids directly in the database of the second Drupal site before true import.
Then, you can use the Taxonomy CSV import page to update them with the file you exported.
If other taxonomy modules are installed, you need to disable them before the creation of the vocabulary and to reenable them after import process.
Sincerely,
Daniel Berthereau
Infodoc & Knowledge management
Comment #2
marcoka commentedsounds good thanks.