Parse KML file

Parse a KML file locally in the app on the local device

Overview

If you have a KML file that has been downloaded to the device and brought into a workflow by an object, you can parse that KML file using this component.

Parsing outputs

Currently the component will only output Points that exist in the KML file. These will be output as a Location data type.

Example usage

A great example use case is where you need to parse locations and place them on a map.

Last updated