Hi everyone, please i am trying to load a csv file into neo4j desktop (version 2.0.5) i want to use the apoc.lod.csv. I keep getting this error “42N08: Syntax error or access rule violation - no such procedure
The procedure apoc.load.csv() was not found. Verify that the spelling is correct." please can anyone help. i have changed my plugin to the core version
You should try load csv as suggested.
Otherwise the problem is that you should uncomment the config lines dbms.security.procedures and add apoc.* in the neo4j.conf file