Hello, I am using Rest Connector to extract Geospatial Data. The data loaded successfully but Latitude and longitude were loaded separately. How do I parse latitude and logitude to make it readible by Qliksense map?
e.g.
Label GeoData
xyz 40.7484
xyz -73.9857
I just want this data to show in one line
Label GeoData
xyz 40.7484,-73.9857
Thank you