I have over 30 dwg files. Is there any way I read all at once but I filter them based their file name (1.dwg, 2.dwg)? I need to create Convexthull per dwg file and find out whether they are overlapping.
When I read all dwg file by choosing (Single Merged Feature type) it comes like this .
Best answer by ebygomm
If you read as a single merged feature type, you should expose the fme_dataset attribute (either in the format attributes on the reader or via an attribute exposer). You can then use this attribute as a group by in the HullAccumulator to get one hull per DWG file read
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.
If you read as a single merged feature type, you should expose the fme_dataset attribute (either in the format attributes on the reader or via an attribute exposer). You can then use this attribute as a group by in the HullAccumulator to get one hull per DWG file read