Skip to main content

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 .

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


Reply