I'm working on:
NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)"
I'm trying to import a graphml file, which is in the /var/lib/neo4j/import/ folder.
in my neo4j.conf I hav...
Neo4j 4.4.9. Same issue. Tried to add apoc.import.file.enabled=true to neo4j.conf.
Tried to create a file apoc.conf and write apoc.import.file.enabled=true apoc.import.file.use_neo4j_config=true.
Tried to create a file neo4j.template and write
apoc....