-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Bulkrax error for missing source_identifier #896
Comments
This is affecting staging too. I am now totally stumped. https://adl.s2.adventistdigitallibrary.org/importers/395?locale=en |
Further testing on staging: Working importer with source_identifier column added: Sample work: https://adl.s2.adventistdigitallibrary.org/concern/conference_items/fca810d4-33e1-4ce6-b208-eb8b5d61cd6a Problems/errors:
Source facet now all cluttered up with source_identifier data: |
Another problem with the source_identifier field behavior in our instance: https://testing.s2.adventistdigitallibrary.org/importers/42?locale=en |
Confirmed that Bulkrax only brings works in as Conference Items. I created a new importer with a CSV with work_type column containing every work type EXCEPT conferenceItem in the metadata. All six works imported as Conference Items. https://testing.s2.adventistdigitallibrary.org/importers/43?locale=en |
This error is originating from a Hyku update which changes how bulkrax gets its config mappings. Another hyku update will be required to more appropriately handle the mappings. |
@laritakr based on our customizations, can you tell me which field is set up as the "required" field in place of source_identifier? |
I'm not sure... I would tend to think it would be "original_identifier" but I am not at all confident about that. |
I can answer this one. @laritakr is correct; in that example documentation, the required field would be
|
Team, I tried to run new importers thru Bulkrax for the first time since the cutover, and I got a "new" StandardError message that I've never seen before.
Error: StandardError - Missing at least one required element, missing element(s) are: source_identifier
Importer with Published Works and PDFs that failed: https://adl.b2.adventistdigitallibrary.org/importers/511?locale=en
Importer with Images and JPEGs that failed: https://adl.b2.adventistdigitallibrary.org/importers/512?locale=en
I could use your help to figure out what's happening here. I've never used source_identifier as a column header before, and I don't know where that metadata would go, so I'm curious why it's required and now my spreadsheets are rejected because it's missing. Any insight will be helpful!
The text was updated successfully, but these errors were encountered: