Created
April 11, 2018 16:27
-
-
Save suellenstringer-hye/2dbdbeb82bcc367e7631e8a8f9a3e8a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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