<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Pass paremeters to the URI in tFileFetch reading from database table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373756#M136441</link>
    <description>check the KB article, it will show how to iterate over values and pass to the next component.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tFlowToIterate&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tFlowToIterate&amp;amp;content-lang=en&lt;/A&gt;</description>
    <pubDate>Fri, 01 Aug 2014 10:04:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-01T10:04:16Z</dc:date>
    <item>
      <title>[resolved] Pass paremeters to the URI in tFileFetch reading from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373751#M136436</link>
      <description>Hi All
&lt;BR /&gt;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?
&lt;BR /&gt;Currently I am able to do that for a single location and able to write to an excel
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Chittaranjan</description>
      <pubDate>Fri, 01 Aug 2014 08:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373751#M136436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T08:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pass paremeters to the URI in tFileFetch reading from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373752#M136437</link>
      <description>Somehow I am not able to attach the screen shot. My URI is like following
&lt;BR /&gt;"
&lt;B&gt;&lt;FONT color="#ff6699"&gt;London&lt;/FONT&gt;&lt;/B&gt;&amp;amp;mode=xml&amp;amp;units=metric&amp;amp;cnt=7"
&lt;BR /&gt;I want to pass different location name in place of London to the URI element reading from a database table 
&lt;BR /&gt; 
&lt;BR /&gt;Please help
&lt;BR /&gt;Regards
&lt;BR /&gt;Chittaranjan</description>
      <pubDate>Fri, 01 Aug 2014 08:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373752#M136437</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T08:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pass paremeters to the URI in tFileFetch reading from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373753#M136438</link>
      <description>Hi Chittaranjan,&lt;BR /&gt;Put your all location data in one file / tfixedflowinput component or a database table&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tIterateToFlow&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tIterateToFlow&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;This will help you.&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 01 Aug 2014 09:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373753#M136438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T09:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pass paremeters to the URI in tFileFetch reading from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373754#M136439</link>
      <description>Thanks Vaibhav&lt;BR /&gt;But how to I pass what i read from tfixedflowinput to the URI element in my tFileFetch?&lt;BR /&gt;Regards&lt;BR /&gt;Chittaranjan</description>
      <pubDate>Fri, 01 Aug 2014 09:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373754#M136439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T09:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pass paremeters to the URI in tFileFetch reading from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373755#M136440</link>
      <description>Set input value to context variable and then &amp;nbsp;use that context variable inside URL&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 01 Aug 2014 09:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373755#M136440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T09:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Pass paremeters to the URI in tFileFetch reading from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373756#M136441</link>
      <description>check the KB article, it will show how to iterate over values and pass to the next component.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tFlowToIterate&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tFlowToIterate&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Fri, 01 Aug 2014 10:04:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Pass-paremeters-to-the-URI-in-tFileFetch-reading-from/m-p/2373756#M136441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-01T10:04:16Z</dc:date>
    </item>
  </channel>
</rss>

