Hi,
I try to export hierarchical vocabulary. But only TID's are exported!

For example with the "Hierarchical tree structure with term ids and name" option.
This is my output:

"1270";"103"
"1479";"103"
"733";"164"
"737";"164"
"741";"164"
"745";"164"
"749";"164"
"753";"164"
"714";"197"

Thanks for going into this!
Greetings, Martijn

Comments

summit’s picture

Hi looking in latest code, it seems these options are not build yet...

case TAXONOMY_CSV_FORMAT_POLYHIERARCHY:
        // @todo
        // Warning : taxonomy_csv_term_get_first_path() returns only first path.
        break;

      case TAXONOMY_CSV_FORMAT_TID_POLYHIERARCHY:
        // @todo
        // Warning : taxonomy_csv_term_get_first_path() returns only first path.
        break;

greetings, Martijn