Skip to main content
Solved

Translate FGDB to SHP data format

  • February 14, 2023
  • 7 replies
  • 32 views

viviancfhung
Contributor
Forum|alt.badge.img+1

I got a fgdb dataset which is multi-layer. Some layers are the table without geometry information.

I tried to convert them into shp file.

But it is failed. And the converted layers are crashed also.

The attached is the dataset

This is error message

image.

Thanks

 

 

Best answer by markatsafe

@srinivasgg​ @viviancfhung​ You should be able to select geometry: shapefile_null image

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.

7 replies

viviancfhung
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 51 replies
  • February 14, 2023

I add the GeometryFilter and write the table without geometry information into DBase. But the schema format is too new and not compatible with the DBase in shp.

Is there any solution?


Forum|alt.badge.img+2
  • 1891 replies
  • February 14, 2023

 

@viviancfhung​ Thanks for including a sample dataset.

I reproduced your error in FME 2022.1. It looks like this was a regression in FME 2022.1 and it has been addressed in FME 2022.2. Can you try the latest version of FME 2022.2, available here ?


viviancfhung
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 51 replies
  • February 16, 2023

Thanks, I will try

 


srinivasgg
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • February 18, 2023

Hi,

Looks, NO option to write a TABLE into shape file, in other words shape file supports to write GEOMETRY only.

if at all requires a table from GDDB into a shape file, we may need to write into an external file like excel or csv.


Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • February 21, 2023

@srinivasgg​ @viviancfhung​ You should be able to select geometry: shapefile_null image


srinivasgg
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 18 replies
  • February 24, 2023

@srinivasgg​ @viviancfhung​ You should be able to select geometry: shapefile_null image

thank you @Mark Stoakes​ 


viviancfhung
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • 51 replies
  • February 28, 2023

 

@viviancfhung​ Thanks for including a sample dataset.

I reproduced your error in FME 2022.1. It looks like this was a regression in FME 2022.1 and it has been addressed in FME 2022.2. Can you try the latest version of FME 2022.2, available here ?

Thanks @Mark Stoakes​ , It did work for me