Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-21-2022 07:28 AM
I am trying to display a chained relationship from a CSV file that has a procedure in Column 1 and its called procedures in Column 2.
Example
ProcedureName,CalledProcedureName
A,B
B,C
C,D
I am able to create the relationships and display A->B & B->C & C->D but I want to to be able to display the chained relationship such that we see A->B->C->D as one long chain. Any help would be appreciated, thank you!
04-21-2022 07:56 AM
Are you using ‘Create’ or ‘Merge’ to an the nodes and relationships? Can you share your script?
All the sessions of the conference are now available online