Neo4j csv cypher import

后端 未结 6 521
小鲜肉
小鲜肉 2020-12-21 15:27

Im trying to import csv files from disk with cypher commands as shown in the tutorial, but Im getting \"Couldn\'t load the external resourse at: externalResourceFailure. Is

6条回答
  •  一向
    一向 (楼主)
    2020-12-21 16:07

    The Windows and Linux file systems require different file URI schemes for streaming over HTTP. Neo4j's LOAD CSV Cypher clause makes an HTTP web request to the URI of a file and not the file system path.

    For more information on file URI schemes on Windows please take a look at: http://en.wikipedia.org/wiki/File_URI_scheme#Windows_2

提交回复
热议问题