dracor-org/dracor-api

Missing numPersonGroups in metadata CSV (via API)

lucagiovannini7 opened this issue · 2 comments

Found this issue while working with a local DraCor istance via Docker (@ingoboerner), but it happens also with “official” DraCor corpora.

See e.g. the Roman Corpus. Several plays have one or more collective characters, as it could be seen here, but when downloading the CSV metadata file via this API call the NumPersonGroups column is empty.

Could it be because of the mismatch between the names of the columns (numOfPersonGroups in the online JSON metadata file, numPersonGroups in the downloaded CSV)?

Any idea on how to recover the data?

cmil commented

This has been fixed in 0.90.1 which has been deployed to staging.dracor.org but not yet to dracor.org.

@lucagiovannini7 you would probably have to change the image (which we don't have for any other than ingoboerner/dracor-api:v0.86.3_local here: https://github.com/ingoboerner/stable-dracor/blob/master/docker-compose.empty.yml#L3)