Skip to content

Instantly share code, notes, and snippets.

@cj2001
Created January 26, 2021 18:32
Show Gist options
  • Save cj2001/24a62fedb0e814df7ddd48afac85dc20 to your computer and use it in GitHub Desktop.
Save cj2001/24a62fedb0e814df7ddd48afac85dc20 to your computer and use it in GitHub Desktop.
WITH "file:///got-s1-nodes.csv" AS uri
LOAD CSV WITH HEADERS FROM uri AS row
MERGE (c:Character {id:row.Id})
SET c.name = row.Label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment