Skip to main content
Question

CAD to File GeoDatabase with predefined schema

  • October 19, 2023
  • 1 reply
  • 37 views

pearly1
Contributor
Forum|alt.badge.img+6

Hi, I am attempting to load CAD DWG into a File Geo database that has pre defined schema and domains. I get about 117 errors when I attempt this and would like some direction on how to resolve. my writer has an XML workspace Document imported. Am I to use the Attribute value mapper to 'code' all domain or sub type values?

 

Thanks!!

1 reply

panda
Enthusiast
Forum|alt.badge.img+20
  • Enthusiast
  • October 25, 2023

Looks like it failed because SUBTYPE field in the schema is expecting Integer and the the attribute from the data has the value "Curb Inlet "

 

I couldn't get XML you provided into the GDB for some unknown reason. So I cannot check if the subtype really expecting integer or not. But I think it is supposed to be 5 instead of Curb Inlet.