This has been covered in part, but I would like to expand.
The way to write to a specific schema in PostGIS is to use what FME calls 'table qualifier'.
However, this setting is disregarded in DYNAMIC mode, and defaults to the public schema.
Is this a bug, or by design?
I am trying to set up a standard method for PostGIS writing, which should be able to convert 30-50 shapefiles to a specific schema.
Doing the same with the writer in static mode works, but becomes very impractical. I am aware that you can alter the writer settings for all flows, but any processing in beteween, such as creating an UUID must be applied to all flows one by one.
Regards, Mats.E