Skip to main content
Solved

How to continue the flow after a Writer

  • February 17, 2022
  • 1 reply
  • 141 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

Best answer by geomancer

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • Best Answer
  • February 17, 2022

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