I have created vocabulary and its terms. I want to export it using features modules. I am able to export only vocabulary name. but its terms are not coming in exported files using features. And there no such modules I found to export taxonomy in Drupal 7.

A bigger thread I found on the issue when googling:
http://drupal.org/node/1884934#comment-7146744

Comments

Sigvard’s picture

Two more things that I realized may be helpful.

1) The issue is the same in 7.1

2) I can activate the module but it does not show up anywhere else than in the module list.

mgwisni’s picture

I have the same issue. I'm not sure creating a taxonomy feature and installing it does anything.

Sigvard’s picture

I am still stumped on this but features work very well for content types

hefox’s picture

Category: bug » feature
Status: Active » Closed (won't fix)

A feature that doesn't exist in a module is not a bug, unless the module claims to support it (re: this being classified as a bug report).

Features will not support exporting taxonomy terms via features core, based on other issues that have discussed. Terms are content.

There is plenty of contrib modules trying to tackle this, like features uuid.

Sigvard’s picture

In that case much of the information linked to from the module page is misleading.

For example: http://2012.badcamp.net/sites/default/files/slides/Features%20BADcamp_0.pdf

EXPORTABLE TYPES
• Content Types, Fields, Menus, Taxonomies,
Text formats, Image styles, User roles and
permissions, Views, CTools, Context

Of course I am grateful that we got the module for everything else. But it would be a good idea to have it clarified on the module page considering that people apparently get the wrong impression.