Skip to content

songsong0425/Neo4jAuraDB_Ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Neo4jAuraDB_Ex

Example datasets for practice import .csv file in Neo4j.
Related query

LOAD CSV WITH HEADERS FROM 'https://raw.githubusercontent.com/songsong0425/Neo4jAuraDB_Ex/main/LabMembers.csv' AS row
MERGE (m:Member {memberID: row.mid})
  ON CREATE SET m.Name=row.name, m.Age=row.age, m.Sex=row.sex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published