chris_acc wrote:
Not sure how legible my workbench is but will hopefully give you an idea of the process.
As I already have a FeatureMerger i'm not sure if i can add another one (where?) or adapt the existing one (how?)
Turned caching off, it doesn't generate any polygons just the attributes.
The VariableSetter is upstream from the VariableSetter is it not?
Thank you
With you current setup it is possible that the SQLCreator fires after the other readers. The order on the Canvas has nothing to do with the order the initiation transformers (SQLCreator / Readers) are fired. I think the Readers will fire first, the SQLCreator as last. Remember, the workflow runs serial, not parallel.
If you replace the VariableRetriever with a FeatureMerger, connect the stream from the AttributeRounder to Requestor, SQLCreator to Supplier and set the "Join On" Requestor and Supplier Parameters both to 1, it will join the feature from the SQLCreator to each feature which passes the FeatureMerger.
