I have exported a taxonomy tree to CSV format using Taxonomy Manager, and would like to import it into another site. Is there a feature in this module, or another compatible module, that can handle the import procedure?
Thanks!
Noah Lively
http://www.koremedia.net
Comments
Comment #1
BartVB commentedSame question here. It's really nice to be able to export the taxonomy but that would be much more useful if you could import it again :)
Comment #2
jide commentedSee taxonomy_csv module. But be warned : importing taxonomy trees is hell !
Comment #3
drupalnesia commentedTaxonomy CSV is good but complicated, too many options to handle simple import of Taxonomy Manager export.
I suggest:
- Export can enable/disable vid and tid (only export term name)
- Import from exported taxonomy
Comment #4
normk commentedI've successfully imported into Drupal 7 Vocabulary using the Feeds module by following this step-by-step tutorial. Merging did not go so smoothly so watch out for duplicates having new IDs. Feeds lets you specify column mapping from your csv header row to your taxonomy fields.
Comment #5
ivnish