cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Error trying to use the export procedure

Hi All:

I get the following message when I try to use the Apoc. Export procedure
Invalid input 'P': expected 'l/L' (line 1, column 2 (offset: 1))
"APOC.export.file.enabled=true"

Can anybody help me. I checked and my Apoc pluggin is 'installed' and I have restarted my computer.
thanks,
Maria

4 REPLIES 4

Just a thought - have you tried using all lowercase letters, as per the docs? https://neo4j.com/labs/apoc/4.1/config/

Yes, I have tried lower cases and still not working

Please post your Cypher query that's giving this error.

Hi @romeromrc

You can create /conf/apoc.conf and write 'apoc.export.file.enabled=true'.
Or
Just add 'apoc.export.file.enabled=true' to /conf/neo4j.conf.

apoc.export.file.enabled=true

Then, restart db.