由于 Grephi 0.9.1 没有 Neo4j 插件,我尝试将我的 Neo4j 图导出为 .graphml 文件。我在 Grephi 中创建了一个空的 .graphml 文件并使用了以下过程:
call apoc.export.graphml.all('file:C:/test.graphml',{})
但是我收到:
Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.io.FileNotFoundException: file:C:\test.graphml (Syntax of filename, directory or harddrive is wrong)
在我之前添加的 neo4j.conf 文件中:
apoc.export.file.enabled=true
apoc.import.file.enabled=true
有任何想法吗?