<?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 External configuration file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260561#M41665</link>
    <description>Hi people 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I am wondering is thare any easy way to store job variables (configuration) in external config file, so I'll be able to change (for example) input and output directories, db connections etc. withot changing complete job, just config file. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards!</description>
    <pubDate>Wed, 13 Jun 2012 09:11:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-13T09:11:18Z</dc:date>
    <item>
      <title>External configuration file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260561#M41665</link>
      <description>Hi people 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I am wondering is thare any easy way to store job variables (configuration) in external config file, so I'll be able to change (for example) input and output directories, db connections etc. withot changing complete job, just config file. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards!</description>
      <pubDate>Wed, 13 Jun 2012 09:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260561#M41665</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T09:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: External configuration file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260562#M41666</link>
      <description>Hi&lt;BR /&gt;You might use the tContextLoad component.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 13 Jun 2012 09:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260562#M41666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T09:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: External configuration file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260563#M41667</link>
      <description>I am using this schema &lt;BR /&gt;tFileInputDelimited--row11--&amp;gt;tContextLoad--onComponentOk--&amp;gt;MsgBox(context.test)&lt;BR /&gt;but I am getting this error 'test cannot be resolved or is not a field'. &lt;BR /&gt;In input file I have 3 rows: &lt;BR /&gt;test;testing&lt;BR /&gt;nTest;nTesting&lt;BR /&gt;mTest;mTesting</description>
      <pubDate>Wed, 13 Jun 2012 10:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260563#M41667</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: External configuration file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260564#M41668</link>
      <description>Hi&lt;BR /&gt;Have you added a context variable called test in your job?&lt;BR /&gt;According to the data in delimited file, you need to add three context variables(test, nTest, mTest).&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 13 Jun 2012 10:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260564#M41668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T10:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: External configuration file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260565#M41669</link>
      <description>Thank you good sir! You introduced me to the magic world of contexts 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Basically, creating a context group, defining few variables and linking context with job is answer for my question. I've just find that exported Talend job keeps context variables in file ~\\talenddemosjava\job_name\contexts\Default.properties which I can change as I wont. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards!</description>
      <pubDate>Wed, 13 Jun 2012 12:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/External-configuration-file/m-p/2260565#M41669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-13T12:41:42Z</dc:date>
    </item>
  </channel>
</rss>

