Hello, I'm new with neo4j and cypher
I have a database of transactions between persons, I load the data from a CSV file
LOAD CSV WITH HEADERS FROM 'file:///low.csv' AS line FIELDTERMINATOR ','
merge (O:Ordenante {nombre: line.NOMBRE_COMPLETO_ORDEN...