<?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: globalMap and child job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321881#M91874</link>
    <description>Hi, 
&lt;BR /&gt;Please read KB article about 
&lt;A href="https://help.talend.com/search/all?query=Passing+a+value+from+a+parent+Job+to+a+child+Job&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&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;assing a value from a parent Job to a child Job&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 23 Aug 2013 04:21:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-23T04:21:58Z</dc:date>
    <item>
      <title>globalMap and child job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321879#M91872</link>
      <description>Hello, 
&lt;BR /&gt;I need to transfer a list of job value of a father to a child job. 
&lt;BR /&gt;I read the topic 
&lt;B&gt;'&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqslCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/setting-the-value-of-a-context-variable-of-type-quot-list-of/td-p/111895&lt;/A&gt;'&lt;/B&gt; but it does not work. 
&lt;BR /&gt;For testing I created a father job: 
&lt;B&gt;tJava -&amp;gt; tRunJob&lt;/B&gt;. TJava contains 
&lt;B&gt;"globalMap.put ("String","A")"&lt;/B&gt; 
&lt;BR /&gt;The child job: tJava with 
&lt;B&gt;"System.out.println ("Sous job = " (String)globalMap.get("String"))"&lt;/B&gt; 
&lt;BR /&gt;When I run the father job it is displayed in the console the following message: 
&lt;BR /&gt;Démarrage du job a a 17:34 22/08/2013. 
&lt;BR /&gt; connecting to socket on port 4025 
&lt;BR /&gt; connected 
&lt;BR /&gt; 
&lt;FONT color="#FF0000"&gt;Sous job = null&lt;/FONT&gt; 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job a terminé à 17:34 22/08/2013. 
&lt;BR /&gt;Thank you for your help 
&lt;BR /&gt;TOS Data Integration 5.2.1</description>
      <pubDate>Thu, 22 Aug 2013 17:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321879#M91872</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-22T17:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap and child job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321880#M91873</link>
      <description>The child Job has no visibility of the parent's globalMap.
&lt;BR /&gt;The easiest thing for you to do is to create a context variable in your child job and then pass the value.
&lt;BR /&gt;You can pass the value through tRunJob-&amp;gt;Basic settings
&lt;BR /&gt;E.g.
&lt;BR /&gt;Parameter Value
&lt;BR /&gt;myString (String) globalMap.get("String")
&lt;BR /&gt;And then, in your child Job
&lt;BR /&gt;System.out.println ("Sous job = " + context.myString)</description>
      <pubDate>Thu, 22 Aug 2013 22:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321880#M91873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-22T22:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap and child job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321881#M91874</link>
      <description>Hi, 
&lt;BR /&gt;Please read KB article about 
&lt;A href="https://help.talend.com/search/all?query=Passing+a+value+from+a+parent+Job+to+a+child+Job&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter&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;assing a value from a parent Job to a child Job&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 23 Aug 2013 04:21:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321881#M91874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-23T04:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: globalMap and child job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321882#M91875</link>
      <description>Thank for your quickly reply. 
&lt;BR /&gt;I test your solution 
&lt;B&gt;xdshi&lt;/B&gt;. 
&lt;BR /&gt;But 
&lt;B&gt;Shong&lt;/B&gt;</description>
      <pubDate>Fri, 23 Aug 2013 09:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/globalMap-and-child-job/m-p/2321882#M91875</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-08-23T09:02:00Z</dc:date>
    </item>
  </channel>
</rss>

