Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

Silent ignore media import errors #168

Open kevinvugts opened 7 months ago

kevinvugts commented 7 months ago

Is your feature request related to a problem? Please describe. When importing collection types from A to B sometimes it happens that media files like images/video's can't be parsed. Currently this is causing the actual entities itself not being imported at all.

Describe the solution you'd like It would be nice if no matter which media file failed, the important just silently continues it's import. And like it already does now, it should just return the data.failures back to the user.

Please let me know if you want to discuss this any further!