OrientDB import edges only using ETL tool
问题 I already used the OETL to insert all my Vertex to the graph. Now I have a file that outlines the edges at the following way: node_1,rel_type,node_2 11000001,relation_A,10208879 11000001,relation_A,10198662 11000001,relation_B,10159927 11000001,relation_C,10165779 How can I import it using the OrientDB OETL tool? I tried the following: "transformers": [ { "csv": {} }, { "command" : { "command" : "create edge ${rel_type} from (select flatten(@rid) from V where node_id= ${node_1}) to (select