Company Directory - CSV inport - hierarchy parents
Posted: Sun May 11, 2014 9:20 pm
Hello again ;]
Tried to inport hierarchy with parents from CSV (i tried also from exported CSV file and the problem is the same):
Hierarchy records import is OK but unfortunately import functions do not recognize sub records and all records are in same - first level.
Record (that shoud be child) looks like this:
Same situation when I importing hierarchy in Company record.
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.
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.