<?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: using parameters in tFileFetch in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203734#M4909</link>
    <description>how do I load it at run time if I run the job as a webservice??</description>
    <pubDate>Thu, 07 Apr 2011 05:08:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-07T05:08:03Z</dc:date>
    <item>
      <title>using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203732#M4907</link>
      <description>Im tring to fetch a an xml file from "&lt;A href="http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=Chicago,IL" target="_blank" rel="nofollow noopener noreferrer"&gt;http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=Chicago,IL&lt;/A&gt;"&lt;BR /&gt;But instead of typing the URL can I use a variable insteadlik:&lt;BR /&gt;"&lt;A href="http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=+name+" target="_blank" rel="nofollow noopener noreferrer"&gt;http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query="+name+"&lt;/A&gt;";&lt;BR /&gt;Ii'm just getting started with talend can anyone help me out</description>
      <pubDate>Sat, 16 Nov 2024 12:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203732#M4907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203733#M4908</link>
      <description>Hi
&lt;BR /&gt;Yes, you can set a dynamic url with context variables, for example, 
&lt;BR /&gt;Create a context variable called name in context viewer, and then set a dynamic URL:
&lt;BR /&gt;"
&lt;A href="http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=" rel="nofollow noopener noreferrer"&gt;http://api.wunderground.com/auto/wui/geo/ForecastXML/index.xml?query=&lt;/A&gt;"+context.name
&lt;BR /&gt;And you can load the value of context variable at runtime.
&lt;BR /&gt;Let us know if you have any questions!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 07 Apr 2011 05:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203733#M4908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T05:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203734#M4909</link>
      <description>how do I load it at run time if I run the job as a webservice??</description>
      <pubDate>Thu, 07 Apr 2011 05:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203734#M4909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T05:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203735#M4910</link>
      <description>Hi
&lt;BR /&gt;Where does the value of name come from in your case? db? file? or input by user who call the webservice?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 07 Apr 2011 05:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203735#M4910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T05:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203736#M4911</link>
      <description>from when a run the job through webservice.........so it will get the xml file according to the name I specify when runing the job</description>
      <pubDate>Thu, 07 Apr 2011 05:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203736#M4911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T05:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203737#M4912</link>
      <description>something Like setting the value of the context variable when I run the job from webservice</description>
      <pubDate>Thu, 07 Apr 2011 05:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203737#M4912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-07T05:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203738#M4913</link>
      <description>one question.......how do I set the arg if I want to call the webservice from a java program...........Im trying this
&lt;BR /&gt; arg = "--context.param zip=94954";
&lt;BR /&gt; arg = "--context_param date=2011-02-"
&lt;BR /&gt;It says incompatible type: required org.talend.Args
&lt;BR /&gt; found String</description>
      <pubDate>Wed, 18 May 2011 04:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203738#M4913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-18T04:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: using parameters in tFileFetch</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203739#M4914</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;one question.......how do I set the arg if I want to call the webservice from a java program...........Im trying this&lt;BR /&gt; arg = "--context.param zip=94954";&lt;BR /&gt; arg = "--context_param date=2011-02-"&lt;BR /&gt;It says incompatible type: required org.talend.Args&lt;BR /&gt; found String&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi 
&lt;BR /&gt;Please report a new topic about this question if it is not related to this topic. 
&lt;BR /&gt;Thanks for your support! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 18 May 2011 07:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-parameters-in-tFileFetch/m-p/2203739#M4914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-18T07:06:27Z</dc:date>
    </item>
  </channel>
</rss>

