<?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: transfer variable between jobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315476#M86127</link>
    <description>It's quite late... But I have this same issue, so I did a mini youtube tutorial to explain how to exchange data between talend jobs. Hope it would be useful. &lt;BR /&gt;Regards, &lt;BR /&gt;Andre Goncalves&lt;BR /&gt;&lt;A href="http://www.youtube.com/watch?v=k_liM1uO74c" rel="nofollow noopener noreferrer"&gt;http://www.youtube.com/watch?v=k_liM1uO74c&lt;/A&gt;</description>
    <pubDate>Tue, 01 Nov 2011 02:10:07 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2011-11-01T02:10:07Z</dc:date>
    <item>
      <title>transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315467#M86118</link>
      <description>i hava three jobs what  they are job1 ?job2 and prejob which prejob as parent job and job1?job2 as subjob?&lt;BR /&gt;i want to define a global variable,where changed in job1 and see the changed value in job2.but now have no idea what to do ,&lt;BR /&gt;when i run the prejob ,the job2 can't see the changed value. pls help,thank you!</description>
      <pubDate>Sat, 16 Nov 2024 13:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315467#M86118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315468#M86119</link>
      <description>Make sure you are using Context variables to make the jobs communicate. 
&lt;BR /&gt;Then, make sure in the master job, under the tRunJob component that calls the baby, make sure "transmit whole context" is checked. 
&lt;BR /&gt;if you want to pass variables back out, it gets a little more complicated, but the beauty of Talend is that anything is possible!</description>
      <pubDate>Sat, 23 Jan 2010 04:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315468#M86119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-23T04:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315469#M86120</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Make sure you are using Context variables to make the jobs communicate. &lt;BR /&gt;Then, make sure in the master job, under the tRunJob component that calls the baby, make sure "transmit whole context" is checked. &lt;BR /&gt;if you want to pass variables back out, it gets a little more complicated, but the beauty of Talend is that anything is possible!&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;when i checked "transmit whole context",i can't get the subjob's change to the context . 
&lt;BR /&gt;for more: 
&lt;BR /&gt;i hava three jobs what they are job1 ?job2 and prejob, i want to define a global variable,where changed in job1 and see the changed value in job2.but now have no idea what to do , 
&lt;BR /&gt;when i run the prejob ,the job2 can't see the changed value. 
&lt;BR /&gt;Job1:</description>
      <pubDate>Sun, 24 Jan 2010 13:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315469#M86120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-24T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315470#M86121</link>
      <description>Hello All 
&lt;BR /&gt;"transmit whole context" option is used to aslo transmit the value of context var to child job when you export the job script out of TOS, set dynamically the value of context var and run it from command line.(see pic1) 
&lt;BR /&gt;About how to pass a value of variable to child job, see 1918. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 25 Jan 2010 02:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315470#M86121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-25T02:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315471#M86122</link>
      <description>i have try it ,but when in parent job i can't get the context value changed in subjob. 
&lt;BR /&gt;for the result: 
&lt;BR /&gt; 
&lt;BR /&gt;Before ?In Parent??parent 1 
&lt;BR /&gt;tRunJob_1 in preJob1 call demo.subjob1_0_1.subjob1 with: 
&lt;BR /&gt; 
&lt;BR /&gt;==============START JOB 1================================= 
&lt;BR /&gt;Before SUBJOB RUN 
&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;arent 1 
&lt;BR /&gt;After SUBJOB RUN: SUBJOB 111 
&lt;BR /&gt;==============END JOB 1================================= 
&lt;BR /&gt;After ?In Parent??parent 1 
&lt;BR /&gt; 
&lt;BR /&gt;i want the "After ?In Parent??parent 1" print like "After ?In Parent??SUBJOB 111"</description>
      <pubDate>Mon, 25 Jan 2010 03:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315471#M86122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-25T03:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315472#M86123</link>
      <description>Hello 
&lt;BR /&gt;You are tring to change context value in parent job and want to pass it to child job, and run the job within TOS, please see 1918. The context var is only valid in the current job, it can't be called/changed in other jobs. 
&lt;BR /&gt;"transmit whole context" option is only avaliable when you export the job script and run it out of TOS as my previous post shows. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 25 Jan 2010 06:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315472#M86123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-25T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315473#M86124</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;if you want to pass variables back out, it gets a little more complicated, but the beauty of Talend is that anything is possible!&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;How is this part achieved?</description>
      <pubDate>Thu, 28 Oct 2010 16:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315473#M86124</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-10-28T16:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315474#M86125</link>
      <description>In the child job create a flow using the tFixedFlowInput component with the appropriate columns, using variables you wish to pass out as corresponding values. Send this flow to a tBufferOutput component. In the calling job on the tRunJob component select "Copy Child Job Schema" which will copy the schema off the tBufferOutput. Now connect a flow coming out of the tRunJob to a tLogRow to see the rows passed from the child printed in the parent.</description>
      <pubDate>Thu, 28 Oct 2010 18:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315474#M86125</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T18:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315475#M86126</link>
      <description>Thank you @jholman, thanks to you i've resolved my problem 
&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;BR /&gt;it works great ! 
&lt;BR /&gt;but I also have a question : Is the tBufferOutput is an unical memory ? 
&lt;BR /&gt;Could I use it for several copies ?</description>
      <pubDate>Mon, 19 Sep 2011 14:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315475#M86126</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-09-19T14:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: transfer variable between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315476#M86127</link>
      <description>It's quite late... But I have this same issue, so I did a mini youtube tutorial to explain how to exchange data between talend jobs. Hope it would be useful. &lt;BR /&gt;Regards, &lt;BR /&gt;Andre Goncalves&lt;BR /&gt;&lt;A href="http://www.youtube.com/watch?v=k_liM1uO74c" rel="nofollow noopener noreferrer"&gt;http://www.youtube.com/watch?v=k_liM1uO74c&lt;/A&gt;</description>
      <pubDate>Tue, 01 Nov 2011 02:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/transfer-variable-between-jobs/m-p/2315476#M86127</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2011-11-01T02:10:07Z</dc:date>
    </item>
  </channel>
</rss>

