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
Zip::DestinationFileExistsError errors are being thrown when importing. The current theory behind this error is that, if you import from multiple files through the same Importer object (i.e. editing an already-run Importer, selecting a different file to import from the originally imported file, and running the import), it causes errors like this one.
(Untested) Steps to Reproduce
Create and run a valid CSV Importer using a Zip file
Once the import completes, edit the Importer
In the form, select a different Zip file to import
Click "Update and Re-Import (update metadata and replace files)"
Expected Result: All Entries import successfully
Actual Result: At least some Entries should fail with a Zip::DestinationFileExistsError
Summary
Zip::DestinationFileExistsError
errors are being thrown when importing. The current theory behind this error is that, if you import from multiple files through the sameImporter
object (i.e. editing an already-runImporter
, selecting a different file to import from the originally imported file, and running the import), it causes errors like this one.(Untested) Steps to Reproduce
Importer
using a Zip fileImporter
Expected Result: All
Entries
import successfullyActual Result: At least some
Entries
should fail with aZip::DestinationFileExistsError
Error Details
Example error message:
Error Trace (Partial)
The text was updated successfully, but these errors were encountered: