Skip to main content

In an sql_executer I run an sql-statement that updates a table, but does not output any features. If there is an error in this update, an error message appears in the log file, but the translation as a whole is successful. 
How can I intercept this error so that the translation aborts if there is an error?

 

One way to do this is using the LogMessageStreamer but there are probably better ways to do this, like write the script in a way to output a feature when there are errors.


Thanks a lot. It works perfectly! I didn’t know this transformer.


Reply