You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URL resources specified in the filename column of a CSV file, used by the digitalobject:load task, don't get imported as digital objects.
Expected Behavior
URL resources should be imported as digital objects the same way they do via the AtoM web UI.
Possible Solution
Replace file_exists calls with a function that will check to see if a file exists or a URL resource exists. Add functionality to support URL importing (making sure that task CLI options still work).
Current Behavior
URL resources specified in the
filename
column of a CSV file, used by thedigitalobject:load
task, don't get imported as digital objects.Expected Behavior
URL resources should be imported as digital objects the same way they do via the AtoM web UI.
Possible Solution
Replace
file_exists
calls with a function that will check to see if a file exists or a URL resource exists. Add functionality to support URL importing (making sure that task CLI options still work).Context and Notes
No response
Version used
AtoM 2.8
Operating System and version
Ubuntu 20.04
Default installation culture
en
PHP version
PHP 7.4
Contact details
[email protected]
The text was updated successfully, but these errors were encountered: