1

I would like to export a large attribute table to .dbf format, which includes almost 5,000,000 rows. But the exported table only contains about half of the rows without showing any error message during export progress. I am wondering if there is a size limit for exporting attribute table in ArcGIS.

PolyGeo
65.5k29 gold badges115 silver badges350 bronze badges
asked Nov 17, 2015 at 21:58
2
  • 1
    Please edit your question to include either the fields defined in the dBase file or the sum of the widths of those fields. It would also help to describe the exact procedure you used to do the export. Commented Nov 17, 2015 at 23:10
  • something that has worked for me when I've had problems exporting to .dbf tables, is export the attribute table to a geodatabase table, and then export that to .dbf format. i have no idea why it worked, or if it will help you, but it's worth a try Commented Nov 18, 2015 at 0:01

1 Answer 1

3

.dbf files do have a size limit, but it isn't necessarily the number of rows. It's a disk size limit of 2GB. If you have a lot of attributes, the 5,000,000 rows could make the .dbf quite large.

Perhaps you might want to remove some unnecessary attributes. Or split the file into parts.

Alternatively, try looking at other file formats.

answered Nov 17, 2015 at 22:31

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.