Solved

How to continue the flow after a Writer

  • 17 February 2022
  • 1 reply
  • 14 views

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

icon

Best answer by geomancer 17 February 2022, 17:26

View original

1 reply

Userlevel 4
Badge +36

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

Reply