Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-16-2018 05:50 AM
I am new to Neo4j world, I have imported a big csv file into Neo4j including following headers:(so now every row of csv has following properties in neo4j and obj1 value as node label)
obj1, obj2, method1, method2, method3
method 1 to 3 have float values resulting from comparing obj1 and obj2 pairwise already. So I want to set a threshold over method1(and for all other methods separately) and if checking value is above set threshold, obj2 property is deleted and to be created as a NEW NODE and an edge between obj1 property(which is already a node with its value as label) and new created obj2 node to be drawn and obj2 node get all of properties from obj1. hope anyone could help !!!
09-17-2018 08:11 AM
Could you write your import query?
09-24-2018 05:26 AM
I think @mojtaba.tmj was asking if you could share your query/data you're trying to import.
It'd be much easier for us to help if you can share an example of what you're trying to do and what isn't working..
All the sessions of the conference are now available online