Hello there,
I am loading the data from a sample CSV into Employee. The CSV has 2 columns - birthdate and hiredate. The code is like this -
load csv with headers from 'file:///northwind/employees2.csv' as row
merge(c:Country {country : row.country})
...