Skip to main content
Question

Attribute issue

  • December 13, 2017
  • 1 reply
  • 2 views

kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

I developing one application using FME .net DLL

I need to write one value in one attribute in File GDB. I have created the GDB template file with that attribute. But it fails to update the value in File GDB and please find the parameter I have set for the writer.

StringCollection strColWriter = new StringCollection();

strColWriter.Add("DATASET");

strColWriter.Add(<template path>);

strColWriter.Add("IDs");

strColWriter.Add(<feature class name>);

Please suggest me the solution ASAP.

 

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.

1 reply

Forum|alt.badge.img+2
  • December 14, 2017

Why not just use workbench to write attributes to an Esri Geodb? Why use the FME SDK? If you have to use the SDK, we'd suggest that you first build the workflow in FME Workbench to test your methodology. then you have two options, use IFMEWorkspaceRunner to embed that in your own application or use the workspace as a model for your own code.