<?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: multiple implicit context loads from multiple files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275268#M51697</link>
    <description>&lt;P&gt;If I understand you correctly, you will have a parent job which contains several child jobs. You only want to use the implicit context load in the parent. Is that correct? If so, you can do the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at this job tab below.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000cgutDAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145289iBEDEF843760FEA7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000cgutDAAQ.png" alt="0695b00000cgutDAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will see that the "Use Project Settings" tickbox is ticked. Untick this and you will be able to set the "Implicit tContextLoad" tickbox. You will see this when it is done....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000cguvYAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145549i20E3058119D13375/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000cguvYAAQ.png" alt="0695b00000cguvYAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can set up your parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your child jobs, make sure that the Implicit Context Load is not set. &lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 16:40:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-02T16:40:36Z</dc:date>
    <item>
      <title>multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275254#M51683</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;When you open a project you can set the project level implicit context load to read from a single file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was wondering if you can be more fine grained than this if you want to keep context values in different files.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Project level implicit context load only&amp;nbsp;allows you to load from one file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was wondering how&amp;nbsp;&lt;SPAN&gt;implicit context load&amp;nbsp;works when you have reference projects.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Can you specify&amp;nbsp;implicit context load&amp;nbsp;in each reference project with different file paths in each reference project?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;So reference project1&amp;nbsp;implicit context loads from file1 and&amp;nbsp;reference project2 implicit context loads from file2.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Then the parent project could reference both reference projects and implicitly load context variables from both files?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Does Talend support this?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Is there another way of using multiple files?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;thanks&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275254#M51683</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2024-11-16T07:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275255#M51684</link>
      <description>&lt;P&gt;You can be clever here. A while ago I discovered that you can use Routines to configure your Implicit Context Load parameters. What I have done is configure my contexts to be loaded with different values depending upon the machine they are run on. I have set up System Environment Variables to identify the environment, etc, and that tells my ImplicitContextLoad Routine (a routine I wrote) where to get my contexts from. It's actually really simple. To see how it works set up a Routine for yourself. Just configure simple Methods to return hardcoded values for your Implicit Context Load params. Use these Routine Methods in your Implicit Context Load settings. Once you see it working, you can experiment to suit your requirements exactly. This hidden functionality opens A LOT of doors.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 11:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275255#M51684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T11:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275256#M51685</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;That sounds interesting thanks for that. &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;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;"&lt;SPAN&gt;Use these Routine Methods in your Implicit Context Load settings." - how would I do this?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Project level&amp;nbsp;Implicit Context Load settings only allow file or db use?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;n&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275256#M51685</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2018-11-26T12:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275257#M51686</link>
      <description>&lt;P&gt;The parameters that you set for file or db use you populate with your new Routine. For example, my Implicit Context Load config is setup as "From Database". My "Host" parameter has this code....&lt;/P&gt;
&lt;PRE&gt;routines.ImplicitContextLoadUtils.getImplicitContextParameterValue("TalendContextHost",rootPid,pid)&lt;/PRE&gt;
&lt;P&gt;..., my "Db Name" parameter has this code....&lt;/P&gt;
&lt;PRE&gt;routines.ImplicitContextLoadUtils.getImplicitContextParameterValue("TalendContextDbName",rootPid,pid)&lt;/PRE&gt;
&lt;P&gt;,etc. Ignore the actual methods as these are specific to my requirements, but these are methods NOT literal values or context variables I am using. This means that when the job runs, the routine Methods are called first, they return the appropriate values to log in to the database I want the context variables from and then everything else runs.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 12:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275257#M51686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T12:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275258#M51687</link>
      <description>&lt;P&gt;awesome!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I know you could get access to context variables in those settings but being able to call routines is news to me! (Hope that functionality remains &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;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Many thanks for that. Will give that a go. Might test the reference project implicit context loads as well to see if that works.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers&lt;/P&gt; 
&lt;P&gt;n&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 12:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275258#M51687</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2018-11-28T12:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275259#M51688</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Reference project implicit context loads for reference project do not happen. you can only have one&amp;nbsp;&amp;nbsp;project implicit context load, the parent project...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So I'm looking further at calling routines in those fields.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We want to encrypt our DB context vales and have the select query use a key in the select statement to decrypt these values..(not as good as talend using a key to decrypt the value at run time but anyway...)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you add routines in the "Table Name" and "Query Condition" implicit context load fields?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 12:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275259#M51688</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2018-12-05T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275260#M51689</link>
      <description>&lt;P&gt;You can have routines called in all Implicit Context Load parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For encryption take a look at JASYPT&amp;nbsp; (&lt;A href="http://www.jasypt.org/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.jasypt.org/&lt;/A&gt;). It allows you to use encrypted values in a file, etc, simply by wrapping by wrapping them in ENC( ) tags. I use this functionality as well.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 14:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275260#M51689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-05T14:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275261#M51690</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Still deciding over files vs database and read your excellent post at&amp;nbsp;&lt;A href="https://www.talend.com/blog/2019/02/28/best-practices-for-using-context-variables-with-talend-part-3/" target="_blank" rel="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; 
&lt;P&gt;I am concerned about having to store context values that are credentials in plain text in any db table that the implicit context load reads...At least with a file any sensitive context values sit only on the server.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Would be good if the values in the context table could be encrypted/decrypted too &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;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Cheers&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nomit&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 15:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275261#M51690</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2019-05-21T15:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275262#M51691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000062pDtAAI"&gt;@n999&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I cover this in my second blog on Context Variables. I had meant to write it all into 1 big blog, but thought that it would be better to break it down. The link to the second blog is here&amp;nbsp;&lt;A href="https://www.talend.com/blog/2019/02/19/best-practices-for-using-context-variables-with-talend-part-2/" target="_blank" rel="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;BR /&gt;&lt;BR /&gt;I use JASYPT to encode password fields in text files (it could also be used for database values).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope this helps.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For my other blogs, just click on my name at the top of the blog &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 May 2019 09:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275262#M51691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-26T09:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275263#M51692</link>
      <description>&lt;P&gt;Hi - Thanks for responding.&lt;/P&gt;&lt;P&gt;"I use JASYPT to encode password fields in text files (it could also be used for database values)."&lt;/P&gt;&lt;P&gt;I can see how this would work with a text file but not with database values. Talend requires a table with "key" and "value" for the columns and these are selected by a hidden query you can't edit. How would you&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) either add&amp;nbsp;JASYPT into this select statement or&lt;/P&gt;&lt;P&gt;2) pass the selected values through a routine using&amp;nbsp;JASYPT?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 12:29:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275263#M51692</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2019-06-03T12:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275264#M51693</link>
      <description>&lt;P&gt;Since passwords are Strings (or can be if you are encrypting them), you can simply extrapolate from the following code as an example of how you would encrypt/decrypt those Strings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;import org.jasypt.encryption.pbe.StandardPBEStringEncryptor;&amp;nbsp;&lt;/PRE&gt;
&lt;PRE&gt;//Configure encryptor class

StandardPBEStringEncryptor encryptor = new StandardPBEStringEncryptor();

encryptor.setAlgorithm("PBEWithMD5AndDES");

encryptor.setPassword("BOB");




//Set the String to encrypt and print it

String stringToEncrypt = "Hello World";

System.out.println(stringToEncrypt);




//Encrypt the String and store it as the cipher String. Then print it

String cipher = encryptor.encrypt(stringToEncrypt);

System.out.println(cipher);




//Decrypt the String just encrypted and print it out

System.out.println(encryptor.decrypt(cipher));
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The Implicit Context Load will load the Context Variables behind the scenes. To alter the encrypted values, all you need to do is place a tPreJob into your job with a tJava component attached. You can then decrypt there. The rest of the job will start after this has been done.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 12:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275264#M51693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T12:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275265#M51694</link>
      <description>&lt;P&gt;Ahh okay - I'd get a handle on the encrypted values in a pre-job.&lt;/P&gt;&lt;P&gt;cheers for all your help!&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 12:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275265#M51694</guid>
      <dc:creator>n999</dc:creator>
      <dc:date>2019-06-03T12:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275266#M51695</link>
      <description>&lt;P&gt;No problem at all &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 13:29:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275266#M51695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-03T13:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275267#M51696</link>
      <description>&lt;P&gt;Congrats for your article mentioned above. It is really helpful! I have one question: I am using Implicit context loading from file. How could I load the context only in parent jobs? I Know you did it using the "where" clause and rootId, jobID variables, but loading from file, a FileNotFoundException raises if a correct file path is not given. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 11:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275267#M51696</guid>
      <dc:creator>LGTLEON</dc:creator>
      <dc:date>2023-02-02T11:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275268#M51697</link>
      <description>&lt;P&gt;If I understand you correctly, you will have a parent job which contains several child jobs. You only want to use the implicit context load in the parent. Is that correct? If so, you can do the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at this job tab below.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000cgutDAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145289iBEDEF843760FEA7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000cgutDAAQ.png" alt="0695b00000cgutDAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will see that the "Use Project Settings" tickbox is ticked. Untick this and you will be able to set the "Implicit tContextLoad" tickbox. You will see this when it is done....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000cguvYAAQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145549i20E3058119D13375/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000cguvYAAQ.png" alt="0695b00000cguvYAAQ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here you can set up your parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your child jobs, make sure that the Implicit Context Load is not set. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 16:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275268#M51697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-02T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275269#M51698</link>
      <description>&lt;P&gt;Thanks for your quick answer.&lt;/P&gt;&lt;P&gt;After several days of reading many articles about Talend context&amp;nbsp;I am really confused about which of these approaches is more suitable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A) Implicit context load from file in all jobs (parent and child). Context variables values in child jobs will not be overridden by values from parent job unless they don´t exist in the external file.  https://community.talend.com/s/article/Implicit-Context-Load-usage-in-both-parent-and-child-jobs-0GoRi?language=en_US&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;B) Implicit context load from file only in parent jobs. I must add all context variables in parent job and pass them to sub-jobs through Transmit whole context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Considering your experience ¿which one would you advise? Would be there any difference in terms of eficciency?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be really gratefull if you could help me to clarify this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 11:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275269#M51698</guid>
      <dc:creator>LGTLEON</dc:creator>
      <dc:date>2023-02-03T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275270#M51699</link>
      <description>&lt;P&gt;First of all, it very much depends on what you intend to do with Talend. If you are working with Talend Cloud, it might make more sense to use the context variable configuration built in to that. It can certainly aid with ensuring your whole team are working with the same variables. But if you are using Talend Open Studio, you don't need to worry about that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With regard to the choices above, I would probably go with Implicit Context Load for the parent jobs only. You have to make sure you set up the child jobs to receive the context values from the parent though. &lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 17:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275270#M51699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-03T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275271#M51700</link>
      <description>&lt;P&gt;Thanks again for your help.&lt;/P&gt;&lt;P&gt;I´m using Talend Open Studio and I export my jobs as executable batch files. Considering the second option: is it recommended to use Transmit whole context option to send all of my context variables to the child jobs? or is it a bad practice that causes the programming to be heavy?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 12:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275271#M51700</guid>
      <dc:creator>LGTLEON</dc:creator>
      <dc:date>2023-02-06T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275272#M51701</link>
      <description>&lt;P&gt;You can manually specify the context variables that are sent to the child job if you prefer. Clicking the option to send everything is just quicker and requires less maintenance.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 14:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275272#M51701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-06T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: multiple implicit context loads from multiple files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275273#M51702</link>
      <description>&lt;P&gt;Thanks again. I really appreciate your help.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 10:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-implicit-context-loads-from-multiple-files/m-p/2275273#M51702</guid>
      <dc:creator>LGTLEON</dc:creator>
      <dc:date>2023-02-08T10:18:37Z</dc:date>
    </item>
  </channel>
</rss>

