APOC import file
closed
Ariel deGraaf
When trying to import a graphml file with APOC, a message is displayed to set apoc.import.file.enabled=true in the apoc.conf file. However, this should be done in the neo4j.conf file. I could not find the apoc.conf file anywhere, so decided to put it in the neo4j.conf settings instead and it worked. Anyhow, it would be nice if this line of code could be added automatically to the neo4j.conf settings!
Liza Shkirando
Michael Hunger
You can do it either way, both in neo4j.conf as well as in a side-by-side apoc.conf should work. But yes a bit of semi-interactive configuration management for plugins in desktop would be nice.