Question

CAD Data Validation and conversion

  • 2 August 2021
  • 2 replies
  • 10 views

Hello, 

I want to develop FME page to check the CAD layer names if it's match the layer standard name! and then give a result "approved" or "Reject"

  • If "Approved" then convert CAD to GIS and add the data automatically to the GDB. 
  • IF "Reject" shows the layer names that should be fixed.

How we can do this in FME?

 

Thanks,


2 replies

Badge +10

Hi @aaishaalabri​ ,

 

There are a number of different ways you can do this in FME. The basics for this is really filtering the data based on the layer names you have, this will allow you to process the approved and rejected features separately.

I'd recommend reviewing our webinar on CAD & GIS integration with the provided sample workspaces - specifically scenario 5. Scenario 5 covers what you are looking to do with ensuring the layer name matches specific names, in the example, the AttributeFilter is used to ensure layer names match what is expected.

-Andrea

Thank you so much Andrea,

 

I will check the webinar you mentioned.

Reply