caltechlibrary / irdmtools

A Go and Python package for working with InvenioRDM repositories.
https://caltechlibrary.github.io/irdmtools
Other
1 stars 1 forks source link

local_groups are not populating via rdm2eprint #60

Closed rsdoiel closed 11 months ago

rsdoiel commented 11 months ago

The .eprint[0].local_group isn't populating via rdm2eprint. This will prevent feeds from being built.

rsdoiel commented 11 months ago

If I am getting the data via rdm_records_metadata table then only the "id" is populated for rec.CustomFields["caltech:groups"] entries. If the vocabulary for groups is known then we can lookup the .title.en value and insert it otherwise we only have the id.

I am not using the id instread of the title as a result. Fixed in upcoming v0.0.55 release.