-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Raised by @daxkellie
I am trying to test whether Darwin Core Archives made using our new galaxias package are ingested correctly into the collectory system, specifically the eml.xml file.
With Patricia's help, I've made an eml.xml file that generally matches the format of other successfully formatted eml.xml files (like FrogID), though it differs a little bit because we are trying to keep things relatively simple for newbies. The main bit I'm trying to fix right now is using for licensing information. The format of my starting eml eml.xml is in the first attached screenshot.
Once ingested, the eml I've supplied is reformatted to something quite strange. The content inside is duplicated and formatted in an unexpected way and the section is lost and replaced. The format of the eml displayed on collections-test is in the second attached screenshot.
My guess is that when reading in eml, the ALA is expecting something specific that is not in my eml and this is triggering all kinds of other downstream problems with formatting. Would you be able to help me figure out how we can fix this? We've tried to keep the eml.xml generated by galaxias intentionally simpler to avoid these sorts of issues, but something's happening when it's loaded into collections-test that is a little hard for us to debug on our side. Any help would be much appreciated!
The data resource I'm using for this example is: https://collections-test.ala.org.au/dataResource/show/dr23280 (in case that's useful)
