CALL apoc.export.csv.query("match (m:Movie) where m.name='Matrix' return m.name","results.csv",{})
Error: Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name apoc.export.csv.query
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
- Neo4j community version 3.2.6
- plugin "apoc-3.2.3.5.jar" is already available in plugins directory.
- Windows 10 installation