Tried to inport hierarchy with parents from CSV (i tried also from exported CSV file and the problem is the same):
Code: Select all
#HIERARCHY=H|long_name
H|NSW
H|"NSW -%%- Wahroonga"
H|"NSW -%%- Wollongong"
H|"NSW -%%- Mangerton"
Record (that shoud be child) looks like this:
Code: Select all
NSW | Mangerton
My temporary solution is to create procedure that will set parent id from sub record data before | but anyway.. that should work.
I would be grateful for your help.