On this page
Basic module configuration
Drupal 7 will no longer be supported after January 5, 2025. Learn more and find resources for Drupal 7 sites
Module configuration
Under the configuration screen you will find the Bulk Taxonomy Migrate configuration form. In here you can specify the directory relevant to the site root, where the files you want to migrate are stored.

It is possible to structure your folder with as many sub directories as you want. When executing the drush command you can provide a specific subdirectory of which you want the migration to run. For example your file structure could look like:
~/.../drupal_root/sites/default/files tre
├── styles
└── vocabularies
├── Colour\ #colour.csv
├── Colour\ #colour.fr.csv
└── second_level
└── Material\ #material.csvIt's recommended to still configure the main directory in the module and use the subdirectory parameter to specifically run the migration only on a subdirectory. You'll find more about this topic in the basic usage page. So in this case: sites/default/files/vocabularies.
Help improve this page
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion