Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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

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

Covid19
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.