How do I fix this Neo4j APOC query that creates nodes froma CSV file?
问题 I want the query to read the CSV file and create a node for each row in the file. Here's the query: CALL apoc.load.csv('FILE:///C:/Temp/Test/Test/Neo4jTest/import/Neo4j_AttributeProvenance.csv',{sep:","}) YIELD map CALL apoc.create.node(map.NodeType, {key:map.NodeID}) yield node return count(*) Here's the error: Can't coerce `RootNode` to List<String> Here's the data file: NodeType,NodeID,SchemaName,TableName,AttributeName,DataType,PreviousNodeID RootNode,queryprocessingtest.q01