Dear FME community.
I need to make a process in a workbench.
In this process I've to write few data in Postgres table and I've to read this data for continu the process.
For this I thought to use a FeatureWriter and a FeatureWriter with a connection, but the problem is the FeatureReader read x time all the data of the table than the number of insertion in the table from FeatureWriter.
Do you know how can I do that ?
Thanks.