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
I think that some kind of data validity preview before running the actual import could be useful.
We could for example do the following :
Run the import with some kind of "Dry-run" mode
While importing rows, record errors with a clean and easy API
Preview import data and errors
Validate the import
Additionnaly, we could make importers sidekiq friendly to use with sidekiq-job_monitor and allow sidekiq ready apps to always run imports in background.
I think that this can be achieved without too much work regarding the tools we have at our disposal.
Excel imports are often incomplete or broken.
I think that some kind of data validity preview before running the actual import could be useful.
We could for example do the following :
Additionnaly, we could make importers sidekiq friendly to use with sidekiq-job_monitor and allow sidekiq ready apps to always run imports in background.
I think that this can be achieved without too much work regarding the tools we have at our disposal.
What you think @gabriel-cardoso ?
The text was updated successfully, but these errors were encountered: