cessda / cessda.cdc.aggregator.shared-library

Python library containing shared code for the CESSDA CDC Aggregator
European Union Public License 1.2
0 stars 0 forks source link

Don't try to convert harvest date to datestamp #16

Closed cessda-bitbucket-importer closed 3 years ago

cessda-bitbucket-importer commented 3 years ago

Original report on BitBucket by Toni Sissala (GitHub: toni-sissala).


The harvest date is already stored as a datestamp.

cessda-bitbucket-importer commented 3 years ago

Original comment by Toni Sissala (GitHub: toni-sissala).


Merged in bugfix/16-dont-convert-harvestdate-to-datestamp (pull request #12)

Don't convert harvestdate to datestamp

The provenance harvestdate is already stored as a string datestamp. Don't try to convert it again to such in RecordBase.export_provenance_dict()

Fixes #16 @ BB