Hi all;

I have a data set where I have created all of the nodes I want, but they 
have different relationships.  I want to load the relationships from a CSV 
files that looks something like this:

Node1   Rel1   Node2
Node1   Rel2   Node3
Node1   Rel3   Node4

I could split my data to load all of the Rel1 types, then all of the Rel2 
types, then all of  the Rel3 types, using the: (n) - [:Relx] -> (m) 
syntax but I am hoping someone out there can help simplify this for me.

Thanks.

John O'

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to