Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save suellenstringer-hye/2dbdbeb82bcc367e7631e8a8f9a3e8a2 to your computer and use it in GitHub Desktop.
Save suellenstringer-hye/2dbdbeb82bcc367e7631e8a8f9a3e8a2 to your computer and use it in GitHub Desktop.
LOAD CSV WITH HEADERS FROM "https://raw.githubusercontent.com/SuellenStringer-Hye/VUIR-Data-Project/master/Divinity/Ability-rel.csv"
AS csvLine
MATCH (monster:Monster {id: csvLine.MnstID}),(ability:Ability { id: csvLine.Abid})
CREATE (monster)-[:HAS]->(ability)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment