Skip to main content

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.

 

SQLExecutor with BreakpointFrom 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

Hi @ranga_tolapi​ ,

​It seems that the issue has been addressed in FME 2023.0 or later. Try upgrading FME version.


Hi @Takashi Iijima​ , noted. Thank you.


Reply