Yes, that is exactly the reason for using the FeatureWriter. The workspace will continue after the writing to the database has finished.
Even more: The WorkspaceRunners you are using now do not guarantee the writing to the database if you continue on the Succeeded output. It just guarantees no FATAL errors in your workspace, but sometimes no data has been written and no errors.
So the FeatureWriter will be an improvement for your process.
Yes, that is exactly the reason for using the FeatureWriter. The workspace will continue after the writing to the database has finished.
Even more: The WorkspaceRunners you are using now do not guarantee the writing to the database if you continue on the Succeeded output. It just guarantees no FATAL errors in your workspace, but sometimes no data has been written and no errors.
So the FeatureWriter will be an improvement for your process.
I have the beta and been playing around with it and the only data that workplace passes is the summary. Is the best way to keep going with the data is to pass the data past the feature writer with the summary? Is there anything that i can merge the data pre writer with and the summary output of the feature writer?
Yes, that is exactly the reason for using the FeatureWriter. The workspace will continue after the writing to the database has finished.
Even more: The WorkspaceRunners you are using now do not guarantee the writing to the database if you continue on the Succeeded output. It just guarantees no FATAL errors in your workspace, but sometimes no data has been written and no errors.
So the FeatureWriter will be an improvement for your process.
I was thinking of adding a counter pre writer and then merging the summary on the attribute feature.count that is a output. What are your thoughts on this?
I was thinking of adding a counter pre writer and then merging the summary on the attribute feature.count that is a output. What are your thoughts on this?
The FME Blog explains how to use the FeatureWriter. Hope this helps:
https://blog.safe.com/2016/01/fmeevangelist143/
The FME Blog explains how to use the FeatureWriter. Hope this helps:
https://blog.safe.com/2016/01/fmeevangelist143/
Thanks, I did not see this.