Sorry to bother you, but I don't understand how structured import works. I have a csv file. In it I have nodes.
Exemple :
Math (libraryId 1000)
---- Fractions (libraryId 1001)
-------- Addition (libraryId 1001.1)
---- Algebra (libraryId 1002)
So, in my csv, I created a column parentId and, for the node Fractions, I put 1000 as parentId. And, for the node Addition, I put 1001 in column parentId.
During import, in primary key I chose libraryId. I enabled recursive imports and chose parentId as foreign key. I tought nodes with parentId would be child of the node specified in parentId, but it did not work.
Structured import... again!
Ok,
Sorry to bother you, but I don't understand how structured import works. I have a csv file. In it I have nodes.
Exemple :
Math (libraryId 1000)
---- Fractions (libraryId 1001)
-------- Addition (libraryId 1001.1)
---- Algebra (libraryId 1002)
So, in my csv, I created a column parentId and, for the node Fractions, I put 1000 as parentId. And, for the node Addition, I put 1001 in column parentId.
During import, in primary key I chose libraryId. I enabled recursive imports and chose parentId as foreign key. I tought nodes with parentId would be child of the node specified in parentId, but it did not work.
What I did wrong, what I don't understand.
Please help me.
Simon
HI Simon.
As you describe it, it should work. Is it possible to send me the csv file so I can have a look? My email richard[at]soetemansoftware.nl
Thanks,
Richard
Hi Richard, I sent you my file.
Thank you.
Simonn
Sorry, I found my mistake... I chose nodeName instead of libraryId as primary key... Sometimes I ask question too fast!
is working on a reply...