Skip to main content

Hello,

 

I have a fairly complex flow with lots of SQLexecutors.

Recently I had to use also Oracle spatial Writers.

 

The SQL Executor has useful output ports that pass the feature. This allows for example to handle successful or failed writes. The Writer has none of those, seems more like an dead-end.

 

Is it possible to catch an error on feature write somehow?

 

Thanks in advance

It looks like the FeatureWriter transformer may be useful for your case.


Reply