Question

Join tables using FME

  • 27 January 2020
  • 3 replies
  • 3 views

I have a line .kml which is needed to converted to shape. And I need to make a relation between "Folder" and "Placemark". I have a common field (kml_id in "Folder" and kml_parent in Placemark). How can I join them ?

 


3 replies

Userlevel 4

The easiest is perhaps to use the FeatureJoiner.

Alternatively there is also the FeatureMerger and the InlineQuerier.

Badge +20

You can always insert the .kml as Single Merged Feature Type. That usually does the work for me.

david_r

Thx a lot! That one works for me.

Reply