Skip to main content
Question

Join tables using FME

  • January 27, 2020
  • 3 replies
  • 27 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 ?

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • 8392 replies
  • January 27, 2020

The easiest is perhaps to use the FeatureJoiner.

Alternatively there is also the FeatureMerger and the InlineQuerier.


caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • January 27, 2020

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


  • Author
  • 1 reply
  • January 27, 2020

david_r

Thx a lot! That one works for me.