Question

How to write updated metadata xml string to to ArcSDE

  • 10 July 2018
  • 1 reply
  • 4 views

After reading the metadata from SDE, the geodb_metadata_string has been updated along with a new geodb_type attribute set to geodb_metadata. How to configure the FeatureWriter or ArcSDE writer to accept metadata changes.


1 reply

Badge +8

@gishub, ArcSDE geodatabase stores metadata as geodb_metadata_string. Once you have updated this, you can simply connect it to FeatureWriter transformer. Geodatabase writer should handle it , or else you can expose the attribute Under Format Attribute (in FeatureWriter) and connect the output ports manually.

 

This article is a good resource on this subeject:

https://knowledge.safe.com/articles/22583/working-with-geodatabase-metadata-writing-to-xml.html

Reply