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. This change was introduced in Archivematica 1.14 through artefactual/archivematica#1813.
This issue was originally filed as artefactual-sdps/enduro#610 but I should've filed it here.
The text was updated successfully, but these errors were encountered:
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. This change was introduced in Archivematica 1.14 through artefactual/archivematica#1813.
This issue was originally filed as artefactual-sdps/enduro#610 but I should've filed it here.
The text was updated successfully, but these errors were encountered: