I am new to FME, and am in the process of creating a workbench (in FME Desktop 2013) that joins an ArcSDE Feature Class to an Oracle Table, and writes the output to KML.
I was fairly successful, but am having difficulties in writing arbitary/additional XML data using <ExtendedData>. See this link for info about KML Extended Data (scroll to the bottom for the arbitary XML part)
https://developers.google.com/kml/documentation/extendeddata
I would like to include the following in the KML:
ExtendedData using xmlns:pdif="http://www....."
- pdif:Agency
- pdif.Status
- pdif.StartDate
- pdif.EndDate
The ExtendedData required are in addition to some other fields such as Name, Description, Geometry, etc.
Thanks for your time and consideration.
Regards,
Sendhil