This project is not covered by Drupal’s security advisory policy.

The Taxonomy Importer module has as goal to read a structured .csv file and import they value as taxonomy terms, into a taxonomy vocabulary that will be informed into configuration page.
The module doesn't have limit to hierarch, so the user can create automatically an hierarchical taxonomy terms just setting the correct structure of csv file.

Features

This module provide import hierarchical taxonomy terms.
For this, use the following structure into .csv file:

Example of .csv file structure:

Term 1 Child 1-1
Term 1 Child 1-1 Child 1-1-1
Term 2 Child 2-1
Term 2 Child 2-1 Child 2-1-1
Term 2 Child 2-1 Child 2-1-1 Child 2-1-2
Term 3

In the taxonomy page, the structure created inside the vocabulary will be:

Term 1
- Child 1-1
-- Child 1-1-1
Term 2
- Child 2-1
-- Child 2-1-1
-- Child 2-1-2
Term 3

Post-Installation

After install the module, go to /admin/config/development/taxonomy-importer-csv page and fill the fields correctly.
After submit the form, you will be able to see the new taxonomy vocabulary with the terms of .csv file.

Similar projects

The modules that providing similar functionality are:

Project information

Releases