Neo4j CE 3.5.15 (tested also on Neo4j EE 3.5.16)
While importing data (here is cypher script)
// BCV LOAD_ALL POC PRIVILEGE
// Create an index
// Replace:
// 'LabelName' with label to index
// 'propertyKey' with property to be indexed
CREATE INDE...
hi
thanks for reply
I comment the use periodic commit line and tried to pass the step of creating users. Now I have an error on the merge command
// USING PERIODIC COMMIT 1000
LOAD CSV WITH HEADERS FROM 'file:///Users_Example.csv.neo4j' as row
WITH ...