Not importing tags in different hierarchies with same name
Vuds - June 25, 2008 - 19:13
| Project: | Taxonomy import/export via XML |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
I did an export of a big vocabulary, then imported to another system. This operation went easy, but I saw that some items were missing.
Investigating, I saw that in the .xml file the items are in, and probably that's because there was, independent of tree depth level, the same name for other trees ramifications.
Example:
A
+-B
+-C
D
+-C
+-D
+-E
The A-C is imported, but the D-C not, neither D-D.
In my case, it's very common cities that have the same name, but in different states; and also a city that have the same state name.
Thanks for attention.

#1
This would depend a bit on the syntax chosen.
As there is no portability of unique IDs, there can only be string matching. This will collapse repeat names, yeah.
No solution available yet.