This website uses cookies. By clicking Accept, you consent to the use of cookies.
Click Here
to learn more about how we use cookies.
Accept
Reject
Browse
Neo4j
Help
Sign In
Technical Discussions
Neo4j Graph Platform
Drivers & Stacks
Integrations
Events & Programs
Ninjas Program
Projects & Collaboration
Events
GraphAcademy
Courses & Certifications
GraphAcademy Discussions
Community Corner
Community News
About the Community
Introduce Yourself
Community Suggestions
General Discussions
ss7
Node
since
08-27-2020
06-01-2022
User Statistics
2
Posts
0
Solutions
1
Kudos given
1
Kudos received
Neo4j
About ss7
User Activity
Posts
Replies
Sulaiman: Designer and developer interested in edu
08-29-2020
I'm an anthropology graduate out of the University of Illinois and a designer / developer interested in tools for education. Cheers
Re: To create nodes for each row in CSV file and relationships for sub items
08-29-2020
Hey naikum, This is some pseudocode that may get you started: for i from 1 to n match node1 where name = "P" + str i match node2 where name starts with "P" + str i and size > 2 create node1-[:knows]->node2 It is hacky, though.
Kudos from
User
Count
linojon
1
View all
Kudos given to
User
Count
james_baillie
1
View all