How does fanout work for dwg files with FeatureWriter in FME Server.
Hundreds of postgis tables are read in my workspace with Feature Reader and they should be written as DWG files by object category.
The process works as desired on Workbench. Separate dwg-files from each table with the desired filenames ja layer names will come out.
But when I publish my workspace on the FME server, in download zip everything comes out in one and the same file with all feature types on its own layers and filename with a generically generated filename. When publishing, you can only specify the folder path.
I would want to use FeatureWriters because I don't wanna create a hundred writers with few transformers each.