<?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 Transfer rows from job to job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228558#M19789</link>
    <description>&lt;P&gt;Hi, I'm trying to design a job with several subjobs.&lt;/P&gt;
&lt;P&gt;The idea is to separate a big transformation in several readable steps.&lt;/P&gt;
&lt;P&gt;I have a parent job that call my first child job. This job end with a tBufferedOutput (is it the right output?)&lt;/P&gt;
&lt;P&gt;Then in my parent job,&amp;nbsp; with a main connexion, I direct the flow from my first to my second child job.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is, how can I retrieve my rows in my second child job?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried with a buffered input, but no success.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached some screenshot to make this more understandable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2020 15:29:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-27T15:29:20Z</dc:date>
    <item>
      <title>Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228558#M19789</link>
      <description>&lt;P&gt;Hi, I'm trying to design a job with several subjobs.&lt;/P&gt;
&lt;P&gt;The idea is to separate a big transformation in several readable steps.&lt;/P&gt;
&lt;P&gt;I have a parent job that call my first child job. This job end with a tBufferedOutput (is it the right output?)&lt;/P&gt;
&lt;P&gt;Then in my parent job,&amp;nbsp; with a main connexion, I direct the flow from my first to my second child job.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The question is, how can I retrieve my rows in my second child job?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried with a buffered input, but no success.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached some screenshot to make this more understandable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228558#M19789</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T15:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228559#M19790</link>
      <description>&lt;P&gt;&lt;FONT size="2" face="verdana,geneva"&gt;Make sure schema of tBufferOutput in child job is matches with schema in tRunJob in parent job. Based on screen shots - it appears your job is running but not showing output. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:43:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228559#M19790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T15:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228560#M19791</link>
      <description>&lt;P&gt;Yes it's the same schema I used the same metadatas.&lt;/P&gt;&lt;P&gt;I joined new screenshots.&lt;/P&gt;&lt;P&gt;Also, it seems that the main connecion between the job is not good, as it seems the second child is call once for each row from the first child!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use OnSubJobOk but no success either...&lt;/P&gt;&lt;P&gt;I join another screenshot for it&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyTQ"&gt;onSubJobOk.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyRc"&gt;child2.png&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyUp"&gt;working fine.png&lt;/A&gt;</description>
      <pubDate>Mon, 27 Apr 2020 15:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228560#M19791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T15:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228561#M19792</link>
      <description>&lt;P&gt;Your child job should end with tBufferOutput. That will allow parent job to read output from it. See the screen shot attached.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyQe"&gt;ChildJob.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LyVE"&gt;ParentJob.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 27 Apr 2020 19:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228561#M19792</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T19:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228562#M19793</link>
      <description>&lt;P&gt;Yes I made this work, but my problem is when I try to reinject the rows in another child job&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 20:15:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228562#M19793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-27T20:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228563#M19794</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="book antiqua,palatino" size="3"&gt;&lt;SPAN&gt;&amp;nbsp;The first child job should end with tbufferoutput. Then the schema of tbufferoutput should match with schema of trun job of 1st child job in parent job. Then use tjavarow between 1st child job and 2nd child job and pass the data from one child job to other by generating the code or the values can be stored in globalMap variable using globalMap.put method and retrieve the values by passing them in context parameters in 2nd job&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture.PNG" style="width: 539px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9oi.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140209i2D9C29D0C30DCC71/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9oi.png" alt="0683p000009M9oi.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture2.PNG" style="width: 458px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9uv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131331i43D4A283935CBCF0/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9uv.png" alt="0683p000009M9uv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture1.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA5p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135118i57BA52C3471008BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA5p.png" alt="0683p000009MA5p.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 07:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228563#M19794</guid>
      <dc:creator>BhavikaW</dc:creator>
      <dc:date>2020-04-28T07:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228564#M19795</link>
      <description>&lt;P&gt;Using the context seems a bit tedious but I will try.&lt;/P&gt;
&lt;P&gt;So far I solved my issue by storing my rows in a file at the end of child1 then using that file to continue the treatment in child 2, but I guess this is not good practice and bad for the performances.&lt;/P&gt;
&lt;P&gt;May be I can store the result in a hash map type in-memory database. Using the tBuffer input and output seemed to be the most simple way.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 09:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228564#M19795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T09:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228565#M19796</link>
      <description>&lt;P&gt;What do best practices advise for this kind of case?&lt;/P&gt;
&lt;P&gt;Or may be the way I split my transformation is not right in the first place? Else everyone would have this kind of issue for any transformation with more than a few steps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 09:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228565#M19796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-28T09:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228566#M19797</link>
      <description>&lt;P&gt;This feel like very standard stuff, yet I can't find anything but taht convoluted context solution.&lt;/P&gt;
&lt;P&gt;How do you guys do it?&lt;/P&gt;
&lt;P&gt;I have a file, I want to make several transformations on it and separate them in several jobs.&lt;/P&gt;
&lt;P&gt;The goal is to have a parent job calling each successive children jobs in sequence. First child job should read the initial file, last child should write the result.&lt;/P&gt;
&lt;P&gt;I can get the flow out of the child with tBufferOut, and get it in the parent with tBufferIn, but I can never reinject it in the next child without creating a huge list of context values with every single columns in it? Why couldn't I get the flow in the next child using a simple tBufferIn, tuo get the tBufferOut of the previous child?&lt;/P&gt;
&lt;P&gt;Thanks a lot for your help. Let me know if you have another way of splitting a big job in several subjob, but using the salme flow of data during the whole process.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 11:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228566#M19797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-29T11:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228567#M19798</link>
      <description>&lt;P&gt;Use the tHashInput and tHashOutput instead.&amp;nbsp; See:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EKdAAM" target="_blank"&gt;https://community.talend.com/t5/Migration-Configuration-and/Where-are-the-tHashInput-and-tHashOutput-components/ta-p/309&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228567#M19798</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-29T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228568#M19799</link>
      <description>&lt;P&gt;It does not seem to work either.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my parent job:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-29 15_45_20-Talend Open Studio for Data Integration (7.3.1.20200219_1130) _ TEST (Connexion_.png" style="width: 377px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZk8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154547i0E5E9112C0E11B34/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZk8.png" alt="0683p000009MZk8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Child1:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-29 15_45_51-Talend Open Studio for Data Integration (7.3.1.20200219_1130) _ TEST (Connexion_.png" style="width: 314px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZtT.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135490i0C405B983C751C03/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZtT.png" alt="0683p000009MZtT.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Child2:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-29 15_46_49-Talend Open Studio for Data Integration (7.3.1.20200219_1130) _ TEST (Connexion_.png" style="width: 384px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZyJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128746iE766D7728F4472A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZyJ.png" alt="0683p000009MZyJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The problem is that the tHashInput in child2 won't find tHashOutput from child1:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-29 15_48_13-Talend Open Studio for Data Integration (7.3.1.20200219_1130) _ TEST (Connexion_.png" style="width: 939px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZfW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137065iA165C3DF0569F180/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZfW.png" alt="0683p000009MZfW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 14:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228568#M19799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-29T14:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228569#M19800</link>
      <description>&lt;P&gt;No, my bad.&amp;nbsp; The tHash components do not work between subjob and main job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From looking at this it seems the only good way is to use some kind of persistent storage, such as a DB or Disk.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 20:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228569#M19800</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-04-30T20:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228570#M19801</link>
      <description>&lt;P&gt;Ok&lt;/P&gt;
&lt;P&gt;I find it very strange that this is not a standard request. How do you guys do? You design some monster jobs? XD&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 22:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228570#M19801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-30T22:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228571#M19802</link>
      <description>&lt;P&gt;For jobs where I have many transformations involving multiple tables I use a single text file with all the SQL for each transformation step.&amp;nbsp; Then in my Talend job I read the sql file and split it into one file per SQL statement, and then I iterate through these, logging as I go.&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I use a begin/end statement delimiter with a comment in the text file so that the logging is descriptive.&amp;nbsp; I also include variables in the SQL, and replace them with values from the Talend job before execution (such as dates, etc)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This makes it easier for me to keep track as all the transformation are in one file, with many comments.&amp;nbsp;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;EDIT:&amp;nbsp; Here is the subjob that splits the file:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BuildSqlFileBlocks.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZzL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133819i0D4C254632FFAE74/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZzL.png" alt="0683p000009MZzL.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 14:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228571#M19802</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-05-01T14:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228572#M19803</link>
      <description>&lt;P&gt;Ok, that's interesting, I will study that option.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 15:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228572#M19803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-01T15:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer rows from job to job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228573#M19804</link>
      <description>&lt;P&gt;A few other thoughts - the tloop above is used to create a manifest (a list of the sql files created, in the order they should be run).&amp;nbsp; The split happens in the block above.&amp;nbsp; Here is the job that reads the manifest and process each file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ProcessManifest.png" style="width: 758px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MZzQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144519i17EA9639F7E49F2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MZzQ.png" alt="0683p000009MZzQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 15:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transfer-rows-from-job-to-job/m-p/2228573#M19804</guid>
      <dc:creator>billimmer</dc:creator>
      <dc:date>2020-05-01T15:26:25Z</dc:date>
    </item>
  </channel>
</rss>

