Skip to main content
Solved

Reading dwg file and filtering per filename

  • October 19, 2020
  • 1 reply
  • 119 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

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

View original
Did this help you find an answer to your question?

1 reply

ebygomm
Influencer
Forum|alt.badge.img+33
  • Influencer
  • Best Answer
  • October 19, 2020

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings