1

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?

asked Aug 4, 2013 at 22:27
1
  • @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? Commented Aug 4, 2013 at 23:37

1 Answer 1

2

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.

answered Aug 4, 2013 at 22:35
4
  • Yes, I tried that, but there is nothing inside--except the first column. Commented Aug 4, 2013 at 22:49
  • 1
    Too many fields (columns) for the dbf. See the revised answer to fix. Commented Aug 5, 2013 at 0:53
  • 3
    You don't need to delete. Just turn off before export Commented 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! Commented Aug 5, 2013 at 6:01

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.