I'm a very new to FME. I'm trying to transform a geodatabase file with several items to a dwg file using the Clipper and shape file boundary. The clipping appears to be working correctly. However, each layer within the new dwg file has a copy of every object. Each layer has the same properties like color, linetype, etc.
Solved
convert gdb to dwg
Best answer by davideagle
Immediately after the Clipper, use a FeatureTypeFilter, this transformer has an 'Update' button inside it, which if you push it will add the names of all the Geodatabase FeatureClasses that you passed into the transformer, as output ports. Then you can filter your data off into separate DWG Layers to match the Geodatabase input, except it will be clipped down to just your area of interest.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.


