I am new to neo4j, i have question. Suppose i have columns with values  
Orig Term f a b g c c f d a e a f

+------------------------------------------------------------------------+ 
==> | Orig | Term | | ==> 
+------------------------------------------------------------------------+ 
==> | Node[1]{num:"f"} | Node[0]{num:"a"} | | ==> | Node[3]{num:"b"} | 
Node[2]{num:"g"} | | ==> | Node[5]{num:"c"} | Node[4]{num:"h"} | | ==> | 
Node[1]{num:"f"} | Node[6]{num:"d"} | | ==> | Node[8]{num:"a"} | 
Node[7]{num:"e"} | | ==> | Node[8]{num:"a"} | Node[9]{num:"d"} | | ==> 
+------------------------------------------------------------------------+ if 
we see Node 8 and node 0 are the same values.idea is to implement like 
mutual friends. But is there any way where not to have the duplication of 
the nodes no matter in which column they are. Or in other words to create 
the multiple relationships while using the same node like node a is related 
to f,e and node d. AS, my csv data has thousnds of the same values which i 
dont want to remove. beacuse i want to see the relationships. Thank you in 
advance .

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to