gbifocc-datasette / metadata.json
Nicky Nicolson
Add step to extract collector name & create col for reconciliation
948faf7
raw
history blame
874 Bytes
{
"title": "gbifocc-reconcile",
"databases": {
"gbifocc": {
"tables": {
"gbifocc": {
"plugins": {
"datasette-reconcile": {
"id_field": "gbifID",
"name_field": "collectorNameAndNumber",
"type_field": "basisOfRecord",
"type_default": [{
"id": "basisOfRecord",
"name": "PRESERVED_SPECIMEN"
}],
"max_limit": 5,
"service_name": "GBIF specimens reconciliation",
"view_url": "https://gbif.org/occurrence/{{id}}"
}
}
}
}
}
}
}