Skip to main content
Question

When I try to convert the csv to shape file . I am receiving following error. Any help would be greately appreciated.

  • September 17, 2019
  • 3 replies
  • 33 views

ESRISHAPE writer: 129837 of 361189 features written

DBF Writer: DBF file exceeds maximum size of 2 GB

Unable to output data to file 'C:\\Madhavi\\gis\\final_version_ sep2019\\Working\\Result\\CSV.dbf'

Unable to output data to file 'C:\\Madhavi\\gis\\final_version_ sep2019\\Working\\Result\\CSV.dbf'

Destination Feature Type Routing Correlator (RoutingFactory): Unable to output data to file 'C:\\Madhavi\\gis\\final_version_ sep2019\\Working\\Result\\CSV.dbf'

Stored 1 feature(s) to FME feature store file `C:\\Users\\q040\\AppData\\Local\\Temp\\wb-cache-Centerline_updated_data-GEFkSH\\Main_CSV -1 2 -1 0 19480448bc73853f0954bf85b3af46ed9e867a09.ffsupdating'

Saving spatial index into file 'C:\\Users\\q040\\AppData\\Local\\Temp\\wb-cache-Centerline_updated_data-GEFkSH\\Main_CSV -1 2 -1 0 19480448bc73853f0954bf85b3af46ed9e867a09.fsi'

Finished saving spatial index into file 'C:\\Users\\q040\\AppData\\Local\\Temp\\wb-cache-Centerline_updated_data-GEFkSH\\Main_CSV -1 2 -1 0 19480448bc73853f0954bf85b3af46ed9e867a09.fsi'

DBF Writer: DBF file exceeds maximum size of 2 GB

Error running translation.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • September 17, 2019

DBF files, that contain the attributes for a Shape file, are still DBase 3.

They can have a maximum size of 2 GB.

The solution would be fanning out the Shape files based on an attribute.

Or writing out to another format (in general File Geodatabase can contain the same information and has no limit on size).

Hope this helps.


  • Author
  • 1 reply
  • September 17, 2019

DBF files, that contain the attributes for a Shape file, are still DBase 3.

They can have a maximum size of 2 GB.

The solution would be fanning out the Shape files based on an attribute.

Or writing out to another format (in general File Geodatabase can contain the same information and has no limit on size).

Hope this helps.

How do I do writing out to another format (in general File Geodatabase can contain the same information and has no limit on size).

Can you please elaborate?


jovitaatsafe
Safer
Forum|alt.badge.img+11
  • Safer
  • 635 replies
  • September 20, 2019

How do I do writing out to another format (in general File Geodatabase can contain the same information and has no limit on size).

Can you please elaborate?

Hi @madhavijbp,

 

For this translation you can just swap out the writer to use the geodatabase writer. Here are some tutorials that might be helpful for this:

Hope that helps!