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
When using the import/export/update system offered in this plugin, if a CSV file contains a corrupt datetime string, an exception is raised ending the import process abruptly, which can leave the imported data in an incosistent state.
During the preprocessing of the file, we should verify the integrity of all datetime strings before allowing the user to execute the import.
A stopgap solution would be to wrap each article in a transaction that we can rollback when an article import fails. We can then store import errors for each article and report this to the user for them to fix.
When using the import/export/update system offered in this plugin, if a CSV file contains a corrupt datetime string, an exception is raised ending the import process abruptly, which can leave the imported data in an incosistent state.
During the preprocessing of the file, we should verify the integrity of all datetime strings before allowing the user to execute the import.
Or implement #2
The text was updated successfully, but these errors were encountered: