Cypher Neo4j Couldn't load the external resource

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

    It's probably an URL issue, try file:c:/path/to/data.csv

    See my blog posts:

    • http://jexp.de/blog/2014/10/load-cvs-with-success/
    • http://jexp.de/blog/2014/06/load-csv-into-neo4j-quickly-and-successfully/

提交回复
热议问题