<?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: loop through tOracleInput and tFileFetch in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280462#M55302</link>
    <description>I figured it out.  I was using context.latitude/longitude instead of row1.</description>
    <pubDate>Tue, 31 Jul 2012 12:49:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-07-31T12:49:52Z</dc:date>
    <item>
      <title>loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280455#M55295</link>
      <description>Hi,&lt;BR /&gt;I'm very new to Talend. &lt;BR /&gt;I'm trying to create a job reading a tOracleInput returning a bunch of latitudes/longitudes and looping through results executing a tFileFetch to call a URI for each record based on the latitude/longitude to return weather data. I need to put the latitude/longitude into the URI for each record.  Is this possible?  Are these the right components to use?&lt;BR /&gt;Thanks,&lt;BR /&gt;Marcie</description>
      <pubDate>Wed, 25 Jul 2012 19:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280455#M55295</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-25T19:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280456#M55296</link>
      <description>Hi&lt;BR /&gt;tOracleInput--main(row1)--&amp;gt;tFlowToIterate--Iterate--&amp;gt;tFileFetch&lt;BR /&gt;Type row1.URI in tFileFetch.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 26 Jul 2012 02:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280456#M55296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-26T02:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280457#M55297</link>
      <description>Thank you so far.  I have set up tOracleInput--main(row1)--tflowIterate--iterate--tfileFetch&lt;BR /&gt;I need to build the URI based on what is returned in the tOracleInput so I am doing this&lt;BR /&gt;"&lt;A href="http://www.ncdc.noaa.gov/cdo-services/services/datasets/GHCND/locationsearch?latitude=" rel="nofollow noopener noreferrer"&gt;http://www.ncdc.noaa.gov/cdo-services/services/datasets/GHCND/locationsearch?latitude=&lt;/A&gt;" +row1.latitude + "longitude=" + row1.longitude + "&amp;amp;token=XuynqsXFIGjQEXIshdoyFizBgrdZdwXO"&lt;BR /&gt;&lt;BR /&gt;however it isn't working using latitude and longitude as variables.  &lt;BR /&gt;How do I accomplish this?&lt;BR /&gt;Thanks,&lt;BR /&gt;Marcie</description>
      <pubDate>Thu, 26 Jul 2012 14:07:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280457#M55297</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-26T14:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280458#M55298</link>
      <description>Hi Marcie&lt;BR /&gt;Do you get any errors?&lt;BR /&gt;If there are two columns "latitude" and "longitude" in tOracleInput, these values should be passed into tFileFetch.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Fri, 27 Jul 2012 02:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280458#M55298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-27T02:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280459#M55299</link>
      <description>I suggest for testing that you replace the tFileFetch with tJava and print the URI you are trying to construct to the console so you can ensure that it is correct e.g.&lt;PRE&gt;System.out.println("http://www.ncdc.noaa.gov/cdo-services/services/datasets/GHCND/locationsearch?latitude=" +row1.latitude + "longitude=" + row1.longitude + "&amp;amp;token=XuynqsXFIGjQEXIshdoyFizBgrdZdwXO");&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Jul 2012 04:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280459#M55299</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-27T04:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280460#M55300</link>
      <description>The job doesn't execute and I get a message that latitude and longitude cannot be resolved or is not a field.</description>
      <pubDate>Tue, 31 Jul 2012 12:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280460#M55300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-31T12:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280461#M55301</link>
      <description>I get the error as well when I try to use tJava to see the results of the variables.</description>
      <pubDate>Tue, 31 Jul 2012 12:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280461#M55301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-31T12:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280462#M55302</link>
      <description>I figured it out.  I was using context.latitude/longitude instead of row1.</description>
      <pubDate>Tue, 31 Jul 2012 12:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280462#M55302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-31T12:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: loop through tOracleInput and tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280463#M55303</link>
      <description>Hi&lt;BR /&gt;Thanks for your feedback!&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 01 Aug 2012 02:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/loop-through-tOracleInput-and-tFileFetch/m-p/2280463#M55303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-01T02:25:58Z</dc:date>
    </item>
  </channel>
</rss>

