Hi,
I have multiple features, for each I need use an Oracle sequence to get the ID of the feature.
Then I need to write the feature to the database. The ID must be unique.
I have used a SQLExecutor to obtain the sequence next value.
I am struggling when there are multiple features to write. FME is executing the SQLExecutor multiple times before getting single value for the ID.
I need to process each feature at a time i.e. run through SQLExecutor, get the feature ID and write feature to database, then proceed to next feature.
Any suggestions ?