<?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 Data flow down in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302293#M74296</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to Talend, working on a project where i need to flow the data down from previous transactions.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Here's an example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input&lt;/P&gt;&lt;P&gt;ID, Rev, Col1, Col2, Col3&lt;/P&gt;&lt;P&gt;1, 1, X1, NULL, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;2, NULL, NULL, NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;3, X2, X3, NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;4, NULL, NULL, NULL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;ID, Rev, Col1, Col2, Col3&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;1, X1, NULL, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;2, X1, NUL, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;3, X2, X3, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;4, X2, X3, X4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to hold the previous row values. Also, this data is for particular id, values flow within the id rows only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2017 19:19:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-06-28T19:19:03Z</dc:date>
    <item>
      <title>Data flow down in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302293#M74296</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to Talend, working on a project where i need to flow the data down from previous transactions.&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Here's an example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input&lt;/P&gt;&lt;P&gt;ID, Rev, Col1, Col2, Col3&lt;/P&gt;&lt;P&gt;1, 1, X1, NULL, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;2, NULL, NULL, NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;3, X2, X3, NULL&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;4, NULL, NULL, NULL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;ID, Rev, Col1, Col2, Col3&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;1, X1, NULL, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;2, X1, NUL, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;3, X2, X3, X4&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1, &lt;/SPAN&gt;4, X2, X3, X4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling to hold the previous row values. Also, this data is for particular id, values flow within the id rows only.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 19:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302293#M74296</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-28T19:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data flow down in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302294#M74297</link>
      <description>&lt;P&gt;The output you mentioned is what you are expecting&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2017 19:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302294#M74297</guid>
      <dc:creator>Vilas4muppidi</dc:creator>
      <dc:date>2017-06-28T19:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data flow down in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302295#M74298</link>
      <description>Yes, that is what i am expecting..&lt;BR /&gt;If id is same and column has no value , the last entry's value should flow down</description>
      <pubDate>Wed, 28 Jun 2017 20:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302295#M74298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-28T20:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data flow down in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302296#M74299</link>
      <description>&lt;P&gt;You can do this in tMap or in a tJavaRow. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the number of columns is not too many, a tJavaRow may be faster.&lt;/P&gt;
&lt;P&gt;You will assign the current not null value to a globalMap variable. &amp;nbsp;Then pull the value from globalMap variable and replace the column value if the column value is null. &amp;nbsp;If the column value is not null, then maybe you want to overwrite the globalMap variable.&lt;/P&gt;
&lt;P&gt;Look at the help for the tJavaRow&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 03:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-flow-down-in-Talend/m-p/2302296#M74299</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-29T03:28:06Z</dc:date>
    </item>
  </channel>
</rss>

