如何在neo4j中导入json数据

时间:2022-04-08 18:04:09

I have json data and i want to import in neo4j.

我有json数据,我想在neo4j中导入。

Export data option will be there in neo4j but how to import JSON data in neo4j.

导出数据选项将出现在neo4j中,但如何在neo4j中导入JSON数据。

This is the link of jsfiddle. http://jsfiddle.net/harmeetsingh090/mkdm4t44/

Please help if someone know.

如果有人知道,请帮助。

1 个解决方案

#1


4  

You can use jq to manipulate your data into CSV format and then use the LOAD CSV command.

您可以使用jq将数据处理为CSV格式,然后使用LOAD CSV命令。

#1


4  

You can use jq to manipulate your data into CSV format and then use the LOAD CSV command.

您可以使用jq将数据处理为CSV格式,然后使用LOAD CSV命令。