<?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 passing context file at run time in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362372#M126527</link>
    <description>Hi ,&lt;BR /&gt;Can we pass the configuration file(context file )  at the run time for executing the job ?</description>
    <pubDate>Fri, 07 Jun 2013 06:14:05 GMT</pubDate>
    <dc:creator>nikhilsh1</dc:creator>
    <dc:date>2013-06-07T06:14:05Z</dc:date>
    <item>
      <title>passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362372#M126527</link>
      <description>Hi ,&lt;BR /&gt;Can we pass the configuration file(context file )  at the run time for executing the job ?</description>
      <pubDate>Fri, 07 Jun 2013 06:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362372#M126527</guid>
      <dc:creator>nikhilsh1</dc:creator>
      <dc:date>2013-06-07T06:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362373#M126528</link>
      <description>Hi
&lt;BR /&gt;The context configuration file stores the default value of context variable, the values are loaded before the job execution, if you want to load the value on the fly, you can use 
&lt;A href="https://help.talend.com/search/all?query=tContextLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tContextLoad&lt;/A&gt; to load the variable value from a general properties file at the beginning of job.
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 07 Jun 2013 10:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362373#M126528</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T10:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362374#M126529</link>
      <description>Yes you can populate the context parameters values from file using tContextLoad component. 
&lt;BR /&gt;Also, you can pass the path of the config file from which the parameters will be populated at run time. 
&lt;BR /&gt;You can do this by passing the path of the config file to the job using following syntax: 
&lt;BR /&gt; 
&lt;BR /&gt;TalendJobExecutable.sh/.bat --context_param &amp;lt;name of param&amp;gt;=&amp;lt;path of config file&amp;gt; 
&lt;BR /&gt;For more details refer post below: 
&lt;BR /&gt; 
&lt;A href="http://www.vikramtakkar.com/2013/04/how-to-pass-context-parameters-to.html?m=0" rel="nofollow noopener noreferrer"&gt;http://www.vikramtakkar.com/2013/04/how-to-pass-context-parameters-to.html?m=0&lt;/A&gt;</description>
      <pubDate>Fri, 07 Jun 2013 11:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362374#M126529</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T11:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362375#M126530</link>
      <description>Hi Vikram , 
&lt;BR /&gt;Thanks for your reply . 
&lt;BR /&gt;that is what i exactly want.. 
&lt;BR /&gt;Thanks for your reply.</description>
      <pubDate>Fri, 07 Jun 2013 12:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362375#M126530</guid>
      <dc:creator>nikhilsh1</dc:creator>
      <dc:date>2013-06-07T12:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362376#M126531</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Vikram ,&lt;BR /&gt;Thanks for your reply .&lt;BR /&gt;that is what i exactly want..&lt;BR /&gt;Thanks for your reply.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Your Welcome Nikhilsh.</description>
      <pubDate>Fri, 07 Jun 2013 14:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362376#M126531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-07T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362377#M126532</link>
      <description>Hi,
&lt;BR /&gt;Can you guide me how to refer from the properties file in ETL projects at runtime where i have mentioned key/value details used as context parameters while developing.
&lt;BR /&gt;Normally we create "PROJECT_NAME.properties" file which kept in a directory and that directory put in the classpath. The file has all the respective environment details as key/value (like database, directories info) which we have map in the context parameters while developing...
&lt;BR /&gt;Its working in some project but not working in one project.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Lijo</description>
      <pubDate>Sat, 16 Nov 2013 09:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362377#M126532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-16T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362378#M126533</link>
      <description>Hi Lijo 
&lt;BR /&gt;Use a tFileInputDelimited to read the properties file and link it to tContextLoad, the path of properties file should be an absolute path. I don't understand your mention 'Its working in some project but not working in one project.'.
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 18 Nov 2013 10:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362378#M126533</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-18T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: passing context file at run time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362379#M126534</link>
      <description>Your question is bit confusing as shong said!! 
&lt;BR /&gt;But most of the things will land into your job with TFileInputDelimited</description>
      <pubDate>Tue, 05 Mar 2019 04:32:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-context-file-at-run-time/m-p/2362379#M126534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-05T04:32:42Z</dc:date>
    </item>
  </channel>
</rss>

