Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-04-2020 05:03 PM
Hello,
I'm currently running Neo4j version 4.0 and installed plugin APOC 4.0.
I'm trying to load bunch of csv files using this CALL string. All csv files are ready in neo4j/plugins folder.
However when I run this query, I get this result:
So I try to grep this id in file directory, which shows results:
id:ID|NodeName:STRING|Characteristics:STRING[]|CommandLine:STRING|Pid:INT|CreationTime:localtime|:LABEL
and header in relationships.csv is :START_ID|:END_ID|:TYPE
I investigated more and ran only this query:
But actually in processes.csv are 1667 nodes, here is proof (number of lines in file minus one for header):
So it's obvious, that the first problem is caused by some of the nodes not loaded properly.
My question is why are they not loaded and how come that procedure does not return any errors.
Thanks, Petr
04-04-2020 06:21 PM
All the .csv file must reside in imports folder and not plugins folder.
04-05-2020 03:49 AM
Im sorry, I meant neo4j/import folder. All csv files truly are in import folder.
Otherwise all those 1306 would't be imported.
04-05-2020 06:54 AM
Hi @muzos07,
Could you check if you have duplicate nodes in the file and difference is same?
04-08-2020 12:00 PM
I'm forced to close this thread since I'm not currently able to replicate this problem. I accidentally deleted original dataset. I will post here if I encounter this problem again
All the sessions of the conference are now available online