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.

lancehannestad
Node Link
since ‎02-01-2019
‎06-01-2022

User Statistics

  • 3 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm using the neo4j3.0 docker container, trying to load edges from a CSV file: neo4j-sh (?)$ USING PERIODIC COMMIT 1000 > LOAD CSV WITH HEADERS FROM "file:///clique_merged_edges.csv" AS row > MERGE (subject:`named thing` {id: row.subject}) > MERGE (o...