How to create nodes and relationships from csv in neo4j
问题 I am loading a csv file with cypher query. The csv file is having 4 columns. 2 for columns and 2 for tables as shown below. I want to create 2 types of nodes database and tables from those 4 columns. How can I create unique nodes for database and columns and to have relationships between them? As per logisima's answer I added below query to create nodes for database and columns and added relationships. But there is some duplication in nodes. `LOAD CSV WITH HEADERS FROM 'file:///test1.csv' AS