Is it possible to create features with a null polygon geometry and write to an ESRI file geodatabase?
I have some features with known geometry which I write successfully.
I would also like to write features with no geometry to the same table and update their geometry by manual editing later.
I have tried modifying fme_geometry{0} and fme_geometry but nothing seems to work.
I usually get an error like “can’t write features to and area feature type”
I have read through similar questions but don’t seem to have a complete response. It appears it is possible to create a valid null geometry.
Thanks go any help.