Experiencing, Schema features output from the SQLExecutor only after the Data features. This is causing issues for dynamic workspace.
Currently managing this by connecting FeatureHolder to the Result (Data features) port of SQLExecutor, to hold the Data features and let the Schema features reach dynamic writer first.
From the above screenshot it can be noticed that, Schema features are started coming out only after the Data features.
To address this, required either of the below for SQLExecutor.
- Schema features output first before Data features all the time.
- Required "Output Schema Before Data Features" parameter, similar to SchemaScanner.
FME version: 2022.2.2