i found the following http://drupal.org/node/437834 but i still got an issue with importing non-hierarchical terms. actually when a vocabulary is "hierarchical" but does NOT contain hierarchical data, node_import won't import it.

i've got a 1:1 relationship between a term and a column in the csv. when assigning the csv-column to the vocabulary on node_import the first thing you'll mention is, that the columns are not displayed on a dropdown field like the others and in the next step you're asked what character to use for the hierarchy. even leaving this blank (having always only one term in the csv) won't import the term.

what i found out- when you create a new vocabulary in D6 the database table "vocabulary" will have "hierarchy" set to 0 by default. as soon as you enter terms, it's set to "1" and node_import seems to have a problem with that. when i set it to "0" again (in the database!) noe_import runs smooth.

just if someone should stumble upon this...

Comments

psampaz’s picture

This worked for me, thanks.

parasolx’s picture

Status: Active » Reviewed & tested by the community

This also work for me. maybe need to remove the WHERE clause that only permit for vocab with hierarchy only 0.

Infinitee’s picture

Issue summary: View changes

This worked for me as well. The taxonomies did not appear in the preview but, they did import correctly.