<?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: Is it possible to create a context inside a Talend Joblet in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213070#M10463</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thing is I have to use Joblet only.Can't use tRunJob. And have to pass a Context to Joblet from Wrapper. Is it possible?&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2019 07:28:56 GMT</pubDate>
    <dc:creator>abhi90</dc:creator>
    <dc:date>2019-03-29T07:28:56Z</dc:date>
    <item>
      <title>Is it possible to create a context inside a Talend Joblet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213068#M10461</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope everyone is doing fine. My requirement is I have to pass a Context Value to One of my Joblet from wrapper while Run time of Talend Wrapper. Is it possible to create a Context inside a Talend Joblet? If it is possible how I will pass my Wrapper Context Value to Joblet?&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;any idea if it is possible&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 06:29:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213068#M10461</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2019-03-29T06:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a context inside a Talend Joblet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213069#M10462</link>
      <description>your joblet is a part of your job so you may use context values inside.&lt;BR /&gt;if you use trunjob you can set context value for the subjob (not a joblet).&lt;BR /&gt;regards,&lt;BR /&gt;Francois</description>
      <pubDate>Fri, 29 Mar 2019 06:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213069#M10462</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-29T06:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a context inside a Talend Joblet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213070#M10463</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thing is I have to use Joblet only.Can't use tRunJob. And have to pass a Context to Joblet from Wrapper. Is it possible?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 07:28:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213070#M10463</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2019-03-29T07:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a context inside a Talend Joblet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213071#M10464</link>
      <description>you just have to call cotext.xxx into the corresonding parameter when you build your joblett.</description>
      <pubDate>Fri, 29 Mar 2019 07:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213071#M10464</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-29T07:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a context inside a Talend Joblet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213072#M10465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKpMAAW"&gt;@fdenis&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;Suppose Currently the Joblet I am creating there I will create a context context.xxx. Now This xxx Context will get value from Wrapper and I will use this xxx context inside Joblet and in tfilterRow component. in tRunJob like we did clicking "&lt;STRONG&gt;transmit whole context&lt;/STRONG&gt;" how I will do that here?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 08:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213072#M10465</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2019-03-29T08:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a context inside a Talend Joblet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213073#M10466</link>
      <description>you nead a globalMap variable not a context.&lt;BR /&gt;globalMap can cange Durring the execution&lt;BR /&gt;context cannot.</description>
      <pubDate>Fri, 29 Mar 2019 12:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Is-it-possible-to-create-a-context-inside-a-Talend-Joblet/m-p/2213073#M10466</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-03-29T12:19:28Z</dc:date>
    </item>
  </channel>
</rss>

