Skip to content

Instantly share code, notes, and snippets.

@robinedwards
Created December 11, 2012 09:41
Show Gist options
  • Save robinedwards/4257349 to your computer and use it in GitHub Desktop.
Save robinedwards/4257349 to your computer and use it in GitHub Desktop.
# nodes.csv
category name age size
Person
Company
Google 1000
Amit Gupta 15
# rels.csv
start end type __instance__:boolean
1 4 PERSON true
2 3 COMPANY true
# category_index.csv - Make sure index is called 'Category
id category:string
1 Person
2 Country
# person_index.csv - Make sure index is called 'Person' when importing
id name
4 Amit Gupta
# company_index.csv - Make sure index is called 'Person' when importing
3 name Google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment