caltechlibrary / irdmtools

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

rdm2eprint, missing fields #57

Closed rsdoiel closed 11 months ago

rsdoiel commented 11 months ago
  1. datestamp isn't getting populated correctly. This needs to be set based on the RDM record's created timestamp.
rsdoiel commented 11 months ago

datestamp (e.g. rdm created) seem to be populated with a start of time date. It shouldn't be set if datestamp is RDM's created value is NULL. E.g. it is showing up as 0001-01-01 00:00:00

rsdoiel commented 11 months ago

eprint.LastModified isn't populating correctly. E.g. it is showing up as 0001-01-01 00:00:00

rsdoiel commented 11 months ago

fixed in v0.0.56 release