Skip to main content
Solved

Esri File Geodb ArcObjects writer

  • June 27, 2016
  • 2 replies
  • 21 views

I am writing to a feature class in a geodatabase. My workspace is going to run everyday. Most of the feature classes should be overwritten. However, in one particular feature class, it is not overwriting, but appending. What can I do?

I am using FME 2016.

Best answer by takashi

Hi @kevwin, I think you can control whether each feature class (table) should be overwritten or not with the 'Drop Table' parameter in the writer feature type properties.

First, look at writer parameters in the Navigator window, make sure that the 'Overwrite Existing Geodatabase' is set to 'NO' and the 'Writer Mode' is set to 'INSERT', then

  • set 'NO' to the 'Drop Table' for the feature class that should NOT be overwritten,
  • set 'YES' for other feature classes that should be overwritten.

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.

2 replies

takashi
Celebrity
  • Best Answer
  • June 28, 2016

Hi @kevwin, I think you can control whether each feature class (table) should be overwritten or not with the 'Drop Table' parameter in the writer feature type properties.

First, look at writer parameters in the Navigator window, make sure that the 'Overwrite Existing Geodatabase' is set to 'NO' and the 'Writer Mode' is set to 'INSERT', then

  • set 'NO' to the 'Drop Table' for the feature class that should NOT be overwritten,
  • set 'YES' for other feature classes that should be overwritten.


  • Author
  • June 28, 2016

Hi @kevwin, I think you can control whether each feature class (table) should be overwritten or not with the 'Drop Table' parameter in the writer feature type properties.

First, look at writer parameters in the Navigator window, make sure that the 'Overwrite Existing Geodatabase' is set to 'NO' and the 'Writer Mode' is set to 'INSERT', then

  • set 'NO' to the 'Drop Table' for the feature class that should NOT be overwritten,
  • set 'YES' for other feature classes that should be overwritten.

Thanks for your help