I have a question. I make a Projekt in FME Desktop and I want that a one of the Datareaders starts after a writer has finished his work. Is this possible? I need this, because the writer updated a table from the Reader
Page 1 / 1
In that scenario you probably want to use the featureWriter/ featureReader transformers
In that scenario you probably want to use the featureWriter/ featureReader transformers
You will need to consider that sometimes, a featureWriter can report as finished whilst still writing to a file/database.
I would use the exiting summary feature to verify via sql that all is written before continuing and reading.
Thank you for the help. I will add a sqlexecutor to check the oracle db.