Comments and answers for "kml description 2 shp" https://knowledge.亚搏在线safe.com/questions/84423/kml-description-2-shp.html The latest comments and answers for the question "kml description 2 shp" Comment by oscard on oscard's answer https://knowledge.safe.com/comments/84515/view.html

Bare in mind this works beatifully if the kml_description is displayed as a table.It could be modified to present the data with a custom layout that drops the table settings.In those cases, extracting the attributes is way trickier.

Thu, 20 Dec 2018 10:54:20 GMT oscard
Answer by fer_ruiz https://knowledge.safe.com/answers/84427/view.html

great,,....thanks a lot@DaveAtSafe

Wed, 19 Dec 2018 00:19:56 GMT fer_ruiz
Answer by daveatsafe https://knowledge.safe.com/answers/84425/view.html

Hi@ftl,

Please change the XQuery expression in the XMLXQueryExtractor to:

declare namespace x='http://www.w3.org/1999/xhtml';for $x in /x:html/x:body/x:table/x:tr/x:td/x:table/x:tr return fme:set-attribute($x/x:td[1]/text(),$x/x:td[2]/text())
Tue, 18 Dec 2018 23:49:26 GMT daveatsafe