Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Cherichoc-
Creator
Creator

link tMap row to tRestClient for google map API address

Hi

I want to derive geolocation data using google maps API from address that are in the Database. the data is

row2.name, name---->XYZ 1

row2.address, address-->1600 Ampitheatre Parkway in Mountain View, California

0695b00000Uva4wAAB.png

And also be able to link the name field to the address. Iterate does not map to tRestClient

Labels (8)
2 Replies
gjeremy1617088143

Hi @Phumla Qwabe​ ,tDBInput --> main link-->tMap--> main link-->tFlowToIterate --> iterate link --> tJava --> on component ok link --->tFixedFlowInput(with the globalMap of the tFlowToIterate component)-->main link-> tRestClient

Send me love and kudos

InfoCraft
Creator
Creator

Hi @Phumla Qwabe​,

 

 

0695b00000UvhgdAAB.pngcontext.URL= https://maps.googleapis.com/maps/api/geocode/json

Ex: https://maps.googleapis.com/maps/api/geocode/json?key={{key}}&address=20 Cameron Rd, Willow Grove, Pa 19090, USA0695b00000UvhgiAAB.png 

*** take a look at this post: https://community.talend.com/s/question/0D55b00007UGEYvCAP/find-latitude-and-longitude?language=en_US

 

Kind regards,

😷19.