@matthieubarth Thanks for reporting this issue. There's no reason that the Output port should not pass features if the table Qualifier is set. I've reproduced the problem here and we should be able to get this fixed.
@matthieubarth Thanks for reporting this issue. There's no reason that the Output port should not pass features if the table Qualifier is set. I've reproduced the problem here and we should be able to get this fixed.
Is there a reference for this issue? @markatsafe
Is there a reference for this issue? @markatsafe
@ebygomm This should be fixed in FME 2020 (build 20168 and later if you want to test a 2020 bet release.)
The core issue reported here - that features are not passed to the output port if there is a table qualifier - has been fixed in FME 2020.
However, depending on how you select the table name on the writer, the table qualifier might be incorporated into the table name, i.e. : mark.CellSignals. If this does occur, then the input and output ports will lose their table qualifiers in the port names and also, features may not be passed across to the output port.
If this does occur, then edit the Table Name as shown above - split the Table Name and Table Qualifier into the separate fields.
We'll try and get this address in a future release.
the issue is fixed in FME 2020.
If you are unable to upgrade to FME 2020, then a workaround is to add the qualifier to the table name. i.e. instead of using the table qualifier field, manually add the qualifer name to the table name field : myqualifier.mytable.