导入节点:load csv with headers from ‘file:///xxx.csv’ as line create(n:A(name:line.name)) 其中 create可替换为merge去掉重复的数据
导入关系:load csv with headers from ‘file:///xxx.csv’ as line match(n:A{name:line.from}),(m:B{name:line.to}) create(n)-[r:‘关系’]->(m)

Logo

北京人形旗下天工造物具身智能开源社区,聚焦具身天工与慧思开物两大平台

更多推荐