We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When using a CSV file to import metadata alongside a transfer, the CSV may contain empty fields. For example:
The second item in this table only has one subject term, but because the first one has three subjects, the second has two blank fields.
When a3m imports this into the METS dmdSec, the empty fields are recorded as well:
<dc:title>Beihai, Guanxi, China, 1988</dc:title> <dc:subject>satellite imagery</dc:subject> <dc:subject></dc:subject> <dc:subject></dc:subject>
In Archivematica, the empty fields are not included in the METS:
<dc:title>Beihai, Guanxi, China, 1988</dc:title> <dc:subject>satellite imagery</dc:subject>
To Reproduce Steps to reproduce the behavior:
Expected behavior Blank fields are not recorded in the METS.
Additional context This comparison is to Archivematica 1.14
The text was updated successfully, but these errors were encountered:
artefactual/archivematica#1813 addressed this in Archivematica 1.14.
Sorry, something went wrong.
Thank you @replaceafill!
I have moved this issue over to a3m - artefactual-labs/a3m#348
No branches or pull requests
Describe the bug
When using a CSV file to import metadata alongside a transfer, the CSV may contain empty fields. For example:
The second item in this table only has one subject term, but because the first one has three subjects, the second has two blank fields.
When a3m imports this into the METS dmdSec, the empty fields are recorded as well:
In Archivematica, the empty fields are not included in the METS:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Blank fields are not recorded in the METS.
Additional context
This comparison is to Archivematica 1.14
The text was updated successfully, but these errors were encountered: