To do that, you will use Cypher statements alongside the LOAD CSV commands you used above. The LOAD CSV will read the files, and the Cypher statements will create the data in your database. OrderID looks like an integer, so you can convert that using the toInteger() function. The orderDate column is certainly in a […]