Neo4J Load CSV -> URI is not hierarchical

前端 未结 10 1831
无人共我
无人共我 2021-02-20 10:39

I try to import CSV in a Neo4j Database and I have a problem.

On my desktop computer (windows 7, java 1.8.0_40-b25), the LOAD CSV works great. But on the server (window

10条回答
  •  眼角桃花
    2021-02-20 11:18

    Create a folder import under default.graphdb and place your csv files there. Later, you can use file:///fileName.csv in your LOAD CSV query

提交回复
热议问题