Hi Team,
I have been working hard on this below issues and need your suggestion on this:
Scenario:
I already have the Schema/model in my Neo4j and I want to load data into the same.
For example - from the above screen shot: I have node "Load" and "Customer" with relation "Granted". Now I wanted to load the data from CSV on this node.
It's very unclear of your requirement. From your screenshot, what's 'Class' and 'Resource' and what's that you want to load from your .csv? Also, there is no node with label : "Load"
Actually , there is "Class" Node , and if I click at "Class", then I get these labels - "Customer" and "Loan".
I have CSV file with column "Loan" and "Customer" . I want to load the CSV on to these labels inside "CLASS" node which is "Loan" and "Customer".
At the same time, I wanted to make use of the same relationship between them and that is - "Granted".
The data look for the "Loan" label inside class:
This means you have a node with multiple labels: "Class" and "Resouce" and this node has two properties: name and label being equal to "Loan". From your screenshot, you have another node with label "Loan" and is connected to "Customer" node via "Granted" relationship. Please post couple of rows of your .csv file and the Cypher query you are using under your LOAD CSV call.