[resolved] Pass paremeters to the URI in tFileFetch reading from database table
Hi All
I am new to Talend and exploring it's features. I need to download the weather data for different locations from openweathermap. I am using tFileFetch for that. Since I need to iterate for different locations, I need to pass different location name to the URI dynamically reading from a table. How can I achieve that?
Currently I am able to do that for a single location and able to write to an excel
Somehow I am not able to attach the screen shot. My URI is like following
"
London&mode=xml&units=metric&cnt=7"
I want to pass different location name in place of London to the URI element reading from a database table