Hi guys,
I want to load a hierarchy from a file. However this hierarchy has two principal nodes and items may be repeated in the nodes. For example
+ Cars
- gasoline
- tire
- motor v4
+ Truck
- diesel
- tire
- motor v8
Even though the file includes both nodes, when loading from the flat file, only the last (tire) is in truck. It eliminates the first ocurrence. Do you know how I can avoid this behavior.
Thanks in advance,
DGF