I am loading a large data file into a Neo4j database, and I see a problem when applying apoc.merge.node in the apoc.periodic.iterate() procedure. I have run this query several times, and it never executed. The reason appears to be that it is r...
HI Ben,
I just wrote code in python that would create the data extraction for each labeled node in the database I'm working on. I utilized your idea of using apoc.export.csv.query within the apoc.periodic.iterate process. I initially tested this on...
I'll re-write this tomorrow to use the traditional load method you just recommended. Over the last few hours, I re-wrote my data extraction system to place each type of Node in separate files, and another Python script to load each file. There are ...