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
Describe the bug
In addition to the problem described in #5382, the (now obsolete) check for supported file formats also prevents other input metadata formats like EAD from being processed. These can now be configured as OTHER in the import configuration setup since #5313 but will lead to the error UnsupportedFormatException: No SchemaConverter found that supports OTHER and XML! during import.
To Reproduce
Steps to reproduce the behavior:
Configure an ImportConfiguration with metadata format OTHER
Try to import a record using the new ImportConfiguration
Expected behavior
Using import configurations with metadata format OTHER should not lead to an error.
Describe the bug
In addition to the problem described in #5382, the (now obsolete) check for supported file formats also prevents other input metadata formats like EAD from being processed. These can now be configured as
OTHER
in the import configuration setup since #5313 but will lead to the errorUnsupportedFormatException: No SchemaConverter found that supports OTHER and XML!
during import.To Reproduce
Steps to reproduce the behavior:
ImportConfiguration
with metadata formatOTHER
ImportConfiguration
Expected behavior
Using import configurations with metadata format
OTHER
should not lead to an error.Release
3.4.4-SNAPSHOT (Commit b65bd96)
The text was updated successfully, but these errors were encountered: