Skip to main content

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

 

 

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?


 

@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, I will try

 


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.


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


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

thank you @Mark Stoakes​ 


 

@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


Reply