Hi, I'm new to neo4j and Cypher language.
I have created 2 kinds of nodes using cypher:
load csv with headers from 'file:///trackCheckContent.csv' as line
create(:TrackCheckContent{risk:line.risk,risk_id:line.risk_id,info_source:line.source,url:line...