<?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: How do i combine rows from same data source after they are splitup? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212851#M10336</link>
    <description>&lt;P&gt;well in Op's case &amp;nbsp;it is possible to simply add the data in the same file in separate flow while keeping the file in append mode and disabling the headers&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 20:15:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-19T20:15:51Z</dc:date>
    <item>
      <title>How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212849#M10334</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuOE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136613i5FCE74449F6717CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuOE.png" alt="0683p000009LuOE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to combine output of &lt;SPAN&gt;tMap2,&lt;/SPAN&gt;tMap4,&lt;SPAN&gt;tMap5 , so that I can write the final output in 1 file. Each of tMap components has comumns A,B,C. I want to combine them by&amp;nbsp;tMap2.A=tMap4.A=tMap5.A &amp;amp;&amp;amp;&amp;nbsp;tMap2.B=tMap4.B=tMap5.B and want to keep C of each of the three tMap components.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Any help on how to do this , much appreciated..!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 21:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212849#M10334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T21:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212850#M10335</link>
      <description>&lt;P&gt;direct - it is not allowed, but You can store result of each tMap into memory, than join all 3&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;You can use for this tHashInput / tHashOutput component&lt;/P&gt; 
&lt;P&gt;in default palette both not present, You need open menu File -&amp;gt; Project Settings -&amp;gt; Designer -&amp;gt; Palette settings and enable them for Your project.&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="Screen Shot 2017-04-19 at 9.43.24 AM.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuOJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153917iE310FF439643196E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuOJ.png" alt="0683p000009LuOJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2017 22:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212850#M10335</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-04-18T22:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212851#M10336</link>
      <description>&lt;P&gt;well in Op's case &amp;nbsp;it is possible to simply add the data in the same file in separate flow while keeping the file in append mode and disabling the headers&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 20:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212851#M10336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T20:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212852#M10337</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It sounds like the OP wants output along the lines of A, B, C1, C2, C3 rather than just writing all output to one place. &amp;nbsp;In that case, Vapukov's solution would be appropriate. &amp;nbsp;Really any intermediate data store will work-- temp files or database tables being other alternatives. &amp;nbsp;HashMaps are the simplest and fastest option, I think.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 21:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212852#M10337</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-04-19T21:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212853#M10338</link>
      <description>&lt;P&gt;ok, I have removed TFiledelimetdout and tried above mentioned solutions. Could anyone tell me how the data is flowing through this workflow. Like I have used 3 tHashOutut -&amp;gt; 1 tHashInput and wrote result in delimeted File. Bu the final result has duplicates. A record that is filtered through the First line of Job design, goes is repeated 7 times.&lt;BR /&gt;So, I wonder how exactly data is lowing across this?&lt;BR /&gt;&lt;BR /&gt;Besides, what I really need is join condition but the above mentioned solution is working on Append strategy&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212853#M10338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T21:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212854#M10339</link>
      <description>&lt;P&gt;can't understand without picture, but look different with Your original idea&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;look for the Hashoutput same as for tLogRow or tFileOutpitDelimited&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do JOIN and etc - this changes not add duplicates by it self if not present in logic&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212854#M10339</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-04-20T21:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212855#M10340</link>
      <description>&lt;P&gt;This is what I am doing: But this strategy is appending the data of tHashInput1 and tHashInput2. What I actually need is to Join the data on 1 of the 5 coloumns of data sets stored in tHashInput1, tHashInput2.?&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="1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtrA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134212i2CF9C5B96E54F818/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtrA.png" alt="0683p000009LtrA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 21:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212855#M10340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T21:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do i combine rows from same data source after they are splitup?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212856#M10341</link>
      <description>&lt;P&gt;the proper answer always depends from - what You do and try to achieve, what data, what in Your filters, what in tMaps, what JOIN conditions?&lt;/P&gt;&lt;P&gt;duplicates not come from nowhere if You do not have them original or not create them by Your self on previous steps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if we return to original question - You save information in 3 separate and ask - how to JOIN all 3 on same Job&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tHashOutput1/2/3 -&amp;gt; tHashInput1/2/3 is answer for this question, same for 300% as You do with csv files and tLogRow&lt;/P&gt;&lt;P&gt;is it have duplicates? - I do not know, it depend from whole Job logic&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-i-combine-rows-from-same-data-source-after-they-are/m-p/2212856#M10341</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-04-20T22:15:42Z</dc:date>
    </item>
  </channel>
</rss>

