Neo4j csv cypher导入

Nek*_*kou 2 neo4j

我试图用cypher命令从磁盘导入csv文件,如教程中所示,但我得到"无法加载外部资源:externalResourceFailure.是否有任何"路线图"用于从文件导入Windows中的csv?提前谢谢你!

ulk*_*kas 5

采取alook在SyntaxException与Neo4j的LOAD命令

在第3步的问题中,请检查您的操作系统上文件的路径是否正确:

the syntax for accessing a local file on windows is simply "file:c:/nosql/test/unclaimed.csv" and not file:// as might be inferred from examples on ...