Hello Everyone , This is Shiwam D , I work as Machine Learning Engineer , Currently I am in Singapore . I love exploring new technologies and use them in problem .
Hi All,
I am struggling with duplicate nodes, From one csv I am loading the value of employee_number and postal code. Both I am creating separate nodes.
Employee_number is having unique value though postal code is getting repeated and I want to have ...
Thank you @andrew.bowman ,@wergeland , @ameyasoft for the response . I have found the solution while inserting the data I am using merge . Below is the query and solution .
USING PERIODIC COMMIT LOAD CSV WITH HEADERS FROM "file:///data/data.csv" AS...