Question

How do you write NULL geometries to a PGDB?

  • 30 October 2014
  • 1 reply
  • 1 view

Badge
I have records in Oracle that have valid records with null geometries. The geometry type is point, so the geodb_point type is used in FME for the pgdb - BUT this excludes all the null geometry records.

 

 

How do I get ALL the records exported?

1 reply

Userlevel 4
Hi,

 

 

if there is a discrepancy between the actual geometry and the format attributes, you can often solve this by inserting a GeometryValidator.

 

 

Another strategy could be to test for the number of coordinates (CoordinateCounter) and to insert a GeometryRemover if there are no coordinates, which should clear up the internal format descriptors.

 

 

David

Reply