I need to create several relationships based off of circumstances in the CSV the data is being loaded from. This is for network interface connections (see picture).
Here is an example of how the data would look in the CSV:
The PathInstance is unique to the TransPath in the CSV. There are many of these that will be in the graph.
Can someone help me in attempting to create the needed cypher/neo4j/apoc coding to make this happen? I just can't seem to wrap my head around this scenario.