Hallo FME Community,
I am trying to convert ArcSDE to DWG file. A DWG template is available for this, which must be applied to the points (See picture 1).
in my file there is a column named autocad_block_name. this column defines which symbol in DWG template has to be applied to which point. one layer can contain two symbols. (See Picture 2)
Other column is autocad_layer sets the name of the layer in writer.
the DGW Template contains 250 layers and each layer contains a symbol. from these 250 symbols we only need 40 symbols. what problem is that my result contains all layers of DWG_Template and autocad_layer column. I want my result to only get the layers that are in my autocad_layer.