Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Created July 27, 2011 05:00
Show Gist options
  • Save eightysteele/1108715 to your computer and use it in GitHub Desktop.
Save eightysteele/1108715 to your computer and use it in GitHub Desktop.
VertNet bulkloader payload example
{
"publishers":[ // List of publishers
{
"key_urlsafe":"asdfLKJDldglkjdgD",
"collections":[ // List of publisher collections
{
"key_urlsafe":"asdfLKJDldglkjdgD",
"records":[ // List of collection records
{
"key_urlsafe":"agFfckELEglQdWJsaXNoZ",
"sourceid_column":"occurrenceid",
"entity":{ // Record data
"occurrenceid":"123",
"genus":"puma",
"species":"concolor",
"year":"1920"
},
"index":{ // Record index
"corpus":[
"123",
"1920",
"puma",
"concolor"
]
}
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment