Hi everyone, I am trying to import some data into neo4j from a CSV file and I am struggling to figure out exactly how to get the result I want.
The first column is the id of the recipe, second column is the name, third is the list of ingredients, fo...