Skip to main content
Question

FeatureWriter Updating Esri FileGeoGDB (ArcObjects)

  • March 27, 2020
  • 2 replies
  • 21 views

mhab
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 106 replies

I try to update FeatureClasses in an Esri FileGeoDB.

I use FeatureWriter with fme_db_operation=update and dynamic schema setting. FeatureClasses have NOT NULL attribute constraints.

Problem: How do I control which attributes are updated ?

I have the impression, that I cannot update only some attributes without specifying all attributes of the FeatureClass/Table. If I do not supply an attribute it will be set to NULL.

Is that really so ? Is there a way to leave attributes unchanged, while others are updated ?

That's what I am used to from SQL ...

Thanks

Michael

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

Forum|alt.badge.img+2
  • 1891 replies
  • March 27, 2020

@mhab To update only some fields in a database follow the instructions in the article Updating Individual Fields of a Record


mhab
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • 106 replies
  • March 28, 2020

@mhab To update only some fields in a database follow the instructions in the article Updating Individual Fields of a Record

@markatsafe Thanks for the hint.

I just found that one too and learned my problems must have other reasons.

Non-existing attributes will not change the database. Happy to know that now.