InProcess DB (5.2.0) with apoc.export.file.enabled=true

Guys,

Why am I have so much trouble setting this config item so that I can use "apoc.export.cypher.all" ?

No matter what I try:

  • Neo4jBuilders.withConfig - must be in apoc.conf
  • Neo4JBuilders.copyFrom(my-own-tree-with ./conf/apoc.conf)
  • env vars
  • waving chicken...

I cannot figure out how to get this property accepted so I can call the export fn successfully.

Any help gladly accepted.

Jules

The documentation states it can be added as an environment variable.

When adding as an environment variable, try replacing the periods with an underscore