enter image description hereI tried to export a File Geodatabase Feature Class to a *.dbf table/shapefile, but there are no records inside. I believe there is no mistake in exporting--it is simple. The doubt is the file geodatabase format--I cannot use it as a shapefile or export it as a shapefile with intact data. Attached is the original data and the exported data.
I am using ArcGIS 10. The data are from the United States census .
I am only interested in one data column/Field from each state. Is there a fast way to open, export, or convert the geodatabase format to *.dbf?
-
@StuHamilton's advice sounds wise - perhaps you can include a picture of the table - or at least enough of it to show what the columns that "go missing" look like. Also, can you include the precise steps you use when you see the rows go missing, please?PolyGeo– PolyGeo ♦2013年08月04日 23:37:33 +00:00Commented Aug 4, 2013 at 23:37
1 Answer 1
Just right click on the FGDB it in arccatalog and export to feature class, shapefile .shp is an option or open the attribute table in ArcMap and the from with the attribute table export / save the data and .dbf is a valid option.
OK so I just tested and it has too many attributes for a .dbf
Maximum fields is 255 so just export it to two separate dbf or just remove the fields (Data Management > Delete Fields) you do not need. I would advise the latter.
-
Yes, I tried that, but there is nothing inside--except the first column.Apple– Apple2013年08月04日 22:49:03 +00:00Commented Aug 4, 2013 at 22:49
-
1Too many fields (columns) for the dbf. See the revised answer to fix.user17614– user176142013年08月05日 00:53:18 +00:00Commented Aug 5, 2013 at 0:53
-
3You don't need to delete. Just turn off before exportBrad Nesom– Brad Nesom2013年08月05日 05:03:34 +00:00Commented Aug 5, 2013 at 5:03
-
Thanks, Stu Hamilton. I didn't know there is a maximum. You are right. That is the problem. Thanks, @BradNesom. It works much better!Apple– Apple2013年08月05日 06:01:10 +00:00Commented Aug 5, 2013 at 6:01
Explore related questions
See similar questions with these tags.