Hi there!
I am new into the FME world and I am kinda hoping somebody can point me into the right direction.
Currently I am trying to build an FME routine that will allow me to read metadata from a excel sheet (preferred format from the engineer department) and write it into a geodatabase feature class.
This is how my workflow currently looks:
Everything seems to work fine when it comes to updating the metadata fields (Title, Summary, Description, etc.) but when it comes to writing new values (writing in a blank field) the routine runs successfully but no values are being added to the feature class metadata.
This is how my XML Updater looks:
In this particular instance the feature class has a title so the FME routine is updating to the new title located in the Excel spreadsheet. That being said the Summary and the Credits metadata fields are empty in the original feature class and remain empty after the process is completed.
I already tried all different Update Types and none seems to work. Is there anything I am missing? am I using the wrong transformer? or is it only possible to update the existing fields but not blank ones?
Any feedback would be appreciated.
Thanks for your time.