I am new to neo4j, my data is in csv files trying load them in db and create relationships.
departments.csv(9 rows)
dept_namedept_no
dept_emp.csv(331603 rows)
dept_noemp_nofrom_dateto_date
I have create nodes with labels departments and dept_emp with...