Joining Spatial and Tabular Data from USDA NRCS Web Soil Survey

Using OpenCities Map Advanced.  Downloaded county-wide spatial and tabular soil survey data from the USDA NRCS Web Soil Survey.  The tabular data is in *.mdb format. How do I pull the *.mdb file data into the dgn map to associate it with the spatial data?

Parents Reply
  • Following up on next steps of this joining of spatial and tabular data...

    After joining the data, I'm trying to export it as a shapefile.  However there is some kind of problem with the feature/column names.  

    For example, the name of the tabular data file I joined to the shapefile is "muaggatt.csv".  Each column in that csv file is named "Column1", "Column2", and so on.  When joined to the spatial data, the new column names become "muaggatt.Column1", "muaggatt.Column2", and so on.  When I try to export this as a shapefile, I get an error message that says "Error: Duplicate property name: muaggatt_C.

Children