<?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: Implicit Context Load with dynamic context file path in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206303#M6416</link>
    <description>&lt;P&gt;The trick here is that you can use Java methods (routines) in the Implicit Context Load parameters. As such, they do not need to be hardcoded. So you can write a Java class to handle selecting your appropriate context file and simply add the methods that pick the correct paths, etc, to your implicit context load params.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Dec 2018 14:40:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-03T14:40:41Z</dc:date>
    <item>
      <title>Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206300#M6413</link>
      <description>&lt;P&gt;We have requirement where we need to read context parameter values from the config file.However config file path should be&amp;nbsp; passed dynamically while calling graph from server.&lt;/P&gt; 
&lt;P&gt;Thus whatever path is passed system should read context file from that path only.&lt;/P&gt; 
&lt;P&gt;How can we achieve this in talend.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 11:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206300#M6413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T11:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206301#M6414</link>
      <description>&lt;P&gt;The solution I describe here (&lt;A href="https://community.qlik.com/s/feed/0D73p000004kWO0CAM#M88267" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/multiple-implicit-context-loads-from-multiple-files/m-p/142960#M88267&lt;/A&gt;) should work for you&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 12:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206301#M6414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T12:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206302#M6415</link>
      <description>&lt;P&gt;couldn't get ,can you please elaborate in my scenario how to implement your logic ?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206302#M6415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T13:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206303#M6416</link>
      <description>&lt;P&gt;The trick here is that you can use Java methods (routines) in the Implicit Context Load parameters. As such, they do not need to be hardcoded. So you can write a Java class to handle selecting your appropriate context file and simply add the methods that pick the correct paths, etc, to your implicit context load params.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 14:40:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206303#M6416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T14:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206304#M6417</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006358bAAA"&gt;@vivek_u&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have recently written these blogs on using Context variables. I believe you might find a solution from reading these....&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/02/12/best-practices-for-using-context-variables-with-talend-part-1/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/02/12/best-practices-for-using-context-variables-with-talend-part-1/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/02/19/best-practices-for-using-context-variables-with-talend-part-2/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/02/19/best-practices-for-using-context-variables-with-talend-part-2/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/02/28/best-practices-for-using-context-variables-with-talend-part-3/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/02/28/best-practices-for-using-context-variables-with-talend-part-3/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 11:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206304#M6417</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T11:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206305#M6418</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006358bAAA"&gt;@vivek_u&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have recently written these blogs on using Context variables. I believe you might find a solution from reading these....&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/02/12/best-practices-for-using-context-variables-with-talend-part-1/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/02/12/best-practices-for-using-context-variables-with-talend-part-1/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/02/19/best-practices-for-using-context-variables-with-talend-part-2/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/02/19/best-practices-for-using-context-variables-with-talend-part-2/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/02/28/best-practices-for-using-context-variables-with-talend-part-3/" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/02/28/best-practices-for-using-context-variables-with-talend-part-3/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2019 11:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206305#M6418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-06T11:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Implicit Context Load with dynamic context file path</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206306#M6419</link>
      <description>&lt;P&gt;&lt;U&gt;Click on File, then Edit project properties. From the dialogue box, expand Job Settings and select the option for Implicit context load. Check the option for Implicit tContextLoad. Check the option From File. Set the From File name to&amp;nbsp;&lt;A href="https://itunesadvisor.com/itunes-account-login/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#333333"&gt;iTunes Login&lt;/FONT&gt;&lt;/A&gt;.&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2019 05:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implicit-Context-Load-with-dynamic-context-file-path/m-p/2206306#M6419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-19T05:58:50Z</dc:date>
    </item>
  </channel>
</rss>

