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