Question

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

  • 17 September 2019
  • 3 replies
  • 4 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.


3 replies

Userlevel 2
Badge +16

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.

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?

Userlevel 1
Badge +11

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!

Reply