Skip to main content
Question

KML to SHP

  • April 7, 2020
  • 1 reply
  • 42 views

Hi, sorry im struggleing to convert KML to shp, i can get the shp files converted but i cant seem to transfer any names of the files

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.

1 reply

rahulsharma
Safer
Forum|alt.badge.img+10

Hi @popsta35,

 

KML is a fixed schema format and comprise of different features types, the output shape files will be generated based on these types such as Neighbourhoods, Document, Style, etc.

If you open the Writer FeatureType, Edit "Shapefile Name" and add the file name you desire.

If you want the name to be original KML filename, ensure that you expose Attribute fme_basename on KML reader (under Format Attributes) and on the destination set Shapefile Name to @Value(fme_basename)