create relationships from csv with distinct node
Hello, I have a CSV file as below:node01,relationship,node02 A_01,B_dependency,B_01 A_02,B_dependency,B_02 A_03,A_dependency,A_01 A_03,A_dependency,A_02 A_04,B_dependency,B_04I hope the graphe like below:001 My cypher code : :auto USING PERIOD...