Cypher Neo4j Couldn't load the external resource

前端 未结 15 1733
谎友^
谎友^ 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:42

    Add your csv file in the import folder of neo4j installation guide to do this.

    1. open neo4j and start graph of ur project

    2. then in open folders tab open import folders

    3. Copy ur csv file in this folder

    4. Copy that part in ur load syntax as file:///C:/neo4j_module_datasets/test.csv since ur neo4j in running in C drive

    Snapshot for your reference

提交回复
热议问题