Hi,

If I understand correctly, you are facing issues with creating a unique
nodes based on certain values? Have you created a uniqueness on the "num"
property? How did you import that data into your database? Could you share
a code snippet that you are using?
On 12-Mar-2016 1:56 am, "Erukulla Ghanshyam Manoj" <[email protected]>
wrote:

> 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.
>

-- 
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