<?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: [resolved] tContextLoad fills null values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363800#M127630</link>
    <description>Hello&amp;nbsp;rhall_2.0 and thank for your reply. 
&lt;BR /&gt;I changed the code of the tJava to&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;System.out.println(((String)globalMap.get("NUM_CONNS")));&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;But the return value is the same: "null". 
&lt;BR /&gt; 
&lt;BR /&gt;PD: I'm trying to post &amp;nbsp;an image but it appears as the broken icon... 
&lt;BR /&gt; 
&lt;BR /&gt;This is my output: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job MAIN at 14:08 21/04/2016.&lt;BR /&gt;[statistics] connecting to socket on port 3871&lt;BR /&gt;[statistics] connected&lt;BR /&gt;tContextLoad_1 set key "NUM_CONNS" with value "2"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN1" with value "MDB"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN2" with value "MBD"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN1" with value "OK"&lt;BR /&gt;tContextLoad_1 set key "hostCONN2" with value "OK2"&lt;BR /&gt;tContextLoad_1 set key "hostCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN1" with value "admin"&lt;BR /&gt;tContextLoad_1 set key "passCONN2" with value "admin"&lt;BR /&gt;tContextLoad_1 set key "passCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN1" with value "1233"&lt;BR /&gt;tContextLoad_1 set key "portCONN2" with value "1233"&lt;BR /&gt;tContextLoad_1 set key "portCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN1" with value "TEST1"&lt;BR /&gt;tContextLoad_1 set key "schemaCONN2" with value "TESTMASTER"&lt;BR /&gt;tContextLoad_1 set key "schemaCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN1" with value "TEST01"&lt;BR /&gt;tContextLoad_1 set key "userCONN2" with value "TESTMASTER"&lt;BR /&gt;tContextLoad_1 set key "userCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN5" with value ""&lt;BR /&gt;null&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job MAIN ended at 14:08 21/04/2016. [exit code=0]&lt;/PRE&gt;</description>
    <pubDate>Thu, 21 Apr 2016 13:13:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-21T13:13:17Z</dc:date>
    <item>
      <title>[resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363798#M127628</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;I was like 5 hours googling and searching that on forums (ask is the last option):&lt;BR /&gt;&lt;BR /&gt;I have a context where I have a few variables and I want to fill them with a &amp;nbsp;properties file when job runs.&lt;BR /&gt;I have got a "tFileInputDelimiter" joined to a "tContextLoad" with the "Print operations" checkbox checked for debug reasons. Where I run the job the execution console shows like the subjob worked and the variables filled, but, when I use anyone of them, it returns a null value.&lt;BR /&gt;I have got a tJava to show the value with:&lt;/P&gt;
&lt;PRE&gt;System.out.println((globalMap.get("NUM_CONNS")));&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I am a very newbie in this tool and that can be a newbie problem too, but I was a lot of hours searching for it.&lt;BR /&gt;I am using Talend 5.4.1 version.&lt;BR /&gt;Hope you can help me.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 11:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363798#M127628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T11:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363799#M127629</link>
      <description>You are referring to a globalMap variable in your example code. These are not context variables. I am assuming your context variable is called "NUM_CONNS". If that is the case, you should test your context variables using the below code...
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;System.out.println(context.NUM_CONNS);&lt;/PRE&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;As a small point about your example code. GlobalMap variables will store your variable as an Object. You need to identify its Class before you can read it. So, if you had a globalMap variable called "NUM_CONNS" that was a String, it would have to be used as below..
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;System.out.println(((String)globalMap.get("NUM_CONNS")));&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Apr 2016 12:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363799#M127629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T12:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363800#M127630</link>
      <description>Hello&amp;nbsp;rhall_2.0 and thank for your reply. 
&lt;BR /&gt;I changed the code of the tJava to&amp;nbsp; 
&lt;BR /&gt; 
&lt;PRE&gt;System.out.println(((String)globalMap.get("NUM_CONNS")));&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;But the return value is the same: "null". 
&lt;BR /&gt; 
&lt;BR /&gt;PD: I'm trying to post &amp;nbsp;an image but it appears as the broken icon... 
&lt;BR /&gt; 
&lt;BR /&gt;This is my output: 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job MAIN at 14:08 21/04/2016.&lt;BR /&gt;[statistics] connecting to socket on port 3871&lt;BR /&gt;[statistics] connected&lt;BR /&gt;tContextLoad_1 set key "NUM_CONNS" with value "2"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN1" with value "MDB"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN2" with value "MBD"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN1" with value "OK"&lt;BR /&gt;tContextLoad_1 set key "hostCONN2" with value "OK2"&lt;BR /&gt;tContextLoad_1 set key "hostCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN1" with value "admin"&lt;BR /&gt;tContextLoad_1 set key "passCONN2" with value "admin"&lt;BR /&gt;tContextLoad_1 set key "passCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN1" with value "1233"&lt;BR /&gt;tContextLoad_1 set key "portCONN2" with value "1233"&lt;BR /&gt;tContextLoad_1 set key "portCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN1" with value "TEST1"&lt;BR /&gt;tContextLoad_1 set key "schemaCONN2" with value "TESTMASTER"&lt;BR /&gt;tContextLoad_1 set key "schemaCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN1" with value "TEST01"&lt;BR /&gt;tContextLoad_1 set key "userCONN2" with value "TESTMASTER"&lt;BR /&gt;tContextLoad_1 set key "userCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN5" with value ""&lt;BR /&gt;null&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job MAIN ended at 14:08 21/04/2016. [exit code=0]&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Apr 2016 13:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363800#M127630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T13:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363801#M127631</link>
      <description>You missed the first part of what I said. Your code should read....&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;System.out.println(context.NUM_CONNS);&lt;/PRE&gt;&lt;BR /&gt;Context variables are used with a prefix of "context." then the variable name. So yours would be context.NUM_CONNS.</description>
      <pubDate>Thu, 21 Apr 2016 13:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363801#M127631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T13:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363802#M127632</link>
      <description>Ok, I changed the java to:&lt;BR /&gt;&lt;PRE&gt;System.out.println((globalMap.get("NUM_CONNS")));&lt;/PRE&gt;&lt;BR /&gt;When I run it, it shows an pop up window: NUM_CONNS cannot be resolved or is not a field.&lt;BR /&gt;&lt;BR /&gt;Is maybe a problem in the defined variables in the context?</description>
      <pubDate>Thu, 21 Apr 2016 14:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363802#M127632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T14:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363803#M127633</link>
      <description>1) Get an empty notepad.&lt;BR /&gt;2) Paste my code example on the top line.&lt;BR /&gt;3) Paste your code example underneath.&lt;BR /&gt;4) Now compare, letter for letter and see if you can see what is wrong.</description>
      <pubDate>Thu, 21 Apr 2016 15:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363803#M127633</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T15:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363804#M127634</link>
      <description>Oh, excuse me, I copied the other code but the code I executed before was:
&lt;BR /&gt;
&lt;PRE&gt;System.out.println(context.NUM_CONNS);&lt;/PRE&gt;
&lt;BR /&gt;
&lt;BR /&gt;It's a copy-paste of your code and it shows the pop-up windows:&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;NUM_CONNS cannot be resolved or is not a field.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;The prompt:
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;Starting job MAIN at 16:53 21/04/2016.&lt;BR /&gt;[statistics] connecting to socket on port 3781&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: &lt;BR /&gt;	NUM_CONNS cannot be resolved or is not a field&lt;BR /&gt;&lt;BR /&gt;	at chh_stats_checker.main_0_1.MAIN.tJava_1Process(MAIN.java:1109)&lt;BR /&gt;	at chh_stats_checker.main_0_1.MAIN.tFileInputDelimited_1Process(MAIN.java:1023)&lt;BR /&gt;	at chh_stats_checker.main_0_1.MAIN.tChronometerStart_1Process(MAIN.java:550)&lt;BR /&gt;	at chh_stats_checker.main_0_1.MAIN.tPrejob_1Process(MAIN.java:441)&lt;BR /&gt;	at chh_stats_checker.main_0_1.MAIN.runJobInTOS(MAIN.java:1459)&lt;BR /&gt;	at chh_stats_checker.main_0_1.MAIN.main(MAIN.java:1326)&lt;BR /&gt;tContextLoad_1 set key "NUM_CONNS" with value "2"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN1" with value "mbd"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN2" with value "mbd"&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "dbnameCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN1" with value "192.168.0.1"&lt;BR /&gt;tContextLoad_1 set key "hostCONN2" with value "192.168.0.1"&lt;BR /&gt;tContextLoad_1 set key "hostCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "hostCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN1" with value "1234"&lt;BR /&gt;tContextLoad_1 set key "passCONN2" with value "1234"&lt;BR /&gt;tContextLoad_1 set key "passCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "passCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN1" with value "1521"&lt;BR /&gt;tContextLoad_1 set key "portCONN2" with value "1521"&lt;BR /&gt;tContextLoad_1 set key "portCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "portCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN1" with value "CONN1"&lt;BR /&gt;tContextLoad_1 set key "schemaCONN2" with value "MASTER"&lt;BR /&gt;tContextLoad_1 set key "schemaCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "schemaCONN5" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN1" with value "CONN1"&lt;BR /&gt;tContextLoad_1 set key "userCONN2" with value "MASTER"&lt;BR /&gt;tContextLoad_1 set key "userCONN3" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN4" with value ""&lt;BR /&gt;tContextLoad_1 set key "userCONN5" with value ""&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job MAIN ended at 16:53 21/04/2016. [exit code=1]&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Apr 2016 15:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363804#M127634</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363805#M127635</link>
      <description>Have you actually created a NUM_CONNS context variable for this job? Can you take a screenshot of your context tab and post it?</description>
      <pubDate>Thu, 21 Apr 2016 16:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363805#M127635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T16:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363806#M127636</link>
      <description>The system don't allow me to post any image, don't know why...&lt;BR /&gt;&lt;BR /&gt;I uploaded it to img.ur :&lt;BR /&gt;&lt;BR /&gt;imgur.com/Oiqbf07</description>
      <pubDate>Thu, 21 Apr 2016 16:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363806#M127636</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T16:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363807#M127637</link>
      <description>I can't tell if that is a list of context variables in your job OR a list of context variables in a context group. Can you take a screenshot of your job with the context tab in view. If your context variable exists in your job, the code to print to the output should work.&lt;BR /&gt;&lt;BR /&gt;Another thing you can try is to type "context." (without the quotes) in your tJava and hit ctrl+space. This will show you a list of autocomplete options. Your available context variables will be in that list.</description>
      <pubDate>Thu, 21 Apr 2016 17:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363807#M127637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-21T17:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363808#M127638</link>
      <description>Ok, the variables don't exist in this job, they're stored in the "Contexts" tab &amp;gt; Inside the context.&lt;BR /&gt;That's the problem, I fill the context variables but I can't use it later because they not exist in my job, so I need to import the variables before any action.&lt;BR /&gt;imgur.com/SZSh8v3&lt;BR /&gt;Maybe that?&lt;BR /&gt;&lt;BR /&gt;Did you know how can I do it?</description>
      <pubDate>Fri, 22 Apr 2016 08:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363808#M127638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-22T08:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363809#M127639</link>
      <description>You need to provide some screenshots.&lt;BR /&gt;Ig you have a context variable declared as&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;NUM_CONNS&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;and you can see it in the Job's Context tab, then you should be able to reference it as context.NUM_CONNS.&lt;BR /&gt;You need to show a screenshot of the Context tab, and where you are referencing the variable.</description>
      <pubDate>Fri, 22 Apr 2016 08:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363809#M127639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-22T08:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tContextLoad fills null values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363810#M127640</link>
      <description>Ok, that definitely worked.&lt;BR /&gt;I just imported all the variables to the job and now the java worked perfect.&lt;BR /&gt;&lt;BR /&gt;Thank you for your patience and constance.&lt;BR /&gt;Thank you very much.</description>
      <pubDate>Fri, 22 Apr 2016 09:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tContextLoad-fills-null-values/m-p/2363810#M127640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-22T09:01:43Z</dc:date>
    </item>
  </channel>
</rss>

