Hello!
I'm trying to put some metadata automatically inside the generated METS file from a transfer.
From this documentation:
https://www.archivematica.org/en/docs/archivematica-1.4/user-manual/transfer/import-metadata/#import-metadatait is possible to add a "metadata.csv" file that will be interprated as dublin core and automatically added to the METS file.
I use MARC as a description standard (and not dublin core), which has an XML version called MARC XML. This XML is a real tree with nested
structures, so it can hardly be transcribed in CSV. I'd like this XML file to be direcly added in the METS file in a
<dmdSec ID="dmdSec_1"><mdWrap MDTYPE="MARCXML">
tag.
Do you know how I can achieve it?
I'm not affraid of python code, but if you can point me where I can do it, it would help me a lot.
thanks for your answers and your help :)