cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

gabriel_boma
Node
since ‎12-04-2019
‎06-01-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Here what i want to do in my windows environment: // Load Entity1 USING PERIODIC COMMIT LOAD CSV WITH HEADERS FROM "file:/c:Desktop/Entities/ENTITY1.csv" AS row CREATE (:Entity1 {entityName: row.entity1}); Here the error I received from the online sa...