Created
July 27, 2011 05:00
-
-
Save eightysteele/1108715 to your computer and use it in GitHub Desktop.
VertNet bulkloader payload example
This file contains hidden or 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
{ | |
"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