Cypher Neo4j Couldn't load the external resource

前端 未结 15 1757
谎友^
谎友^ 2021-02-07 05:09

In a Windows environment, I\'m trying to load a .csv file with statement:

LOAD CSV WITH HEADERS FROM \"file:///E:/Neo4j/customers.csv\" AS row

15条回答
  •  遇见更好的自我
    2021-02-07 05:51

    For macOS Mojave v 10.14.5

    Actually, I had to uncomment dbms.directories.import=import from ~/Library/Application Support/Neo4j Desktop/Application/neo4jDatabases/database-e2dd2a9c-d450-4639-861b-1e7e42b56b31/installation-3.5.5/conf/neo4j.conf and restart the service. Then it worked. All files has to be placed in import directory.

    Run command LOAD CSV WITH HEADERS FROM 'FILE:/.csv' as l return l

提交回复
热议问题