trouble in installing apoc library
junea Oliveira
I have the same problem
Yoann Maingon
you don't need to install the full APOC library to import JSON. There's enough APOC functions available already.
This works :
CALL apoc.periodic.iterate("
LOAD CSV WITH HEADERS FROM '<file-url>' AS row
",
"
<Cypher Create Query>
",
{batchSize:1000})