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
We could introduce a flag "continue on error" which is set by default. If the flag is set, we catch and log the exception, after that continue with the next row. If it is not set, we catch and log the exception, after that stop import. This could be important if you have imports or rows that are depended of each other (e.g. parent child relations).
Or maybe we could even decide this based on which process configuration was set (parallel or sequential). But a flag/checkbox would be the most flexible option.
The text was updated successfully, but these errors were encountered:
Feature description
We could introduce a flag "continue on error" which is set by default. If the flag is set, we catch and log the exception, after that continue with the next row. If it is not set, we catch and log the exception, after that stop import. This could be important if you have imports or rows that are depended of each other (e.g. parent child relations).
Or maybe we could even decide this based on which process configuration was set (parallel or sequential). But a flag/checkbox would be the most flexible option.
The text was updated successfully, but these errors were encountered: