Hi Team,
I have a simple graph that has Nodes which represent duplicate record id in the below form
Duplicate Id, Original Id
A,B
B,C
C,D
X,Y
Y,Z
The directed graph looks like A -> B ->C ->D and I want CSV result that looks like below that will repre...