<?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 [resolved] Adding new rows to the data flow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292704#M65752</link>
    <description>&lt;P&gt;I have a job that generates an output like this:&lt;BR /&gt;&lt;BR /&gt;Name;Points&lt;BR /&gt;a;1&lt;BR /&gt;b;2&lt;BR /&gt;c;3&lt;BR /&gt;&lt;BR /&gt;How can i add new fixed rows like d;4 e;5 etc. to the data flow?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2016 16:38:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-17T16:38:53Z</dc:date>
    <item>
      <title>[resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292704#M65752</link>
      <description>&lt;P&gt;I have a job that generates an output like this:&lt;BR /&gt;&lt;BR /&gt;Name;Points&lt;BR /&gt;a;1&lt;BR /&gt;b;2&lt;BR /&gt;c;3&lt;BR /&gt;&lt;BR /&gt;How can i add new fixed rows like d;4 e;5 etc. to the data flow?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 16:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292704#M65752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T16:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292705#M65753</link>
      <description>You should use a tFixedFlowInput&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Alfonso Borre Sarmiento&lt;BR /&gt;skype: alfonso.borre</description>
      <pubDate>Fri, 17 Jun 2016 22:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292705#M65753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-17T22:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292706#M65754</link>
      <description>How can i connect tFixedFlowInput with tFileInputDelimited to add the fixed rows to the data flow?</description>
      <pubDate>Mon, 20 Jun 2016 09:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292706#M65754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292707#M65755</link>
      <description>Simplest way is to use a Tmap</description>
      <pubDate>Tue, 21 Jun 2016 14:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292707#M65755</guid>
      <dc:creator>Franz3</dc:creator>
      <dc:date>2016-06-21T14:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292708#M65756</link>
      <description>&lt;BLOCKQUOTE&gt;
 Fwandz wrote:
 &lt;BR /&gt;Simplest way is to use a Tmap
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I had no success with tMap, but tUnite did the job for me.
&lt;BR /&gt;
&lt;BR /&gt;&amp;nbsp;Just curious: How do i setup tMap for connecting two tables like these?
&lt;BR /&gt;
&lt;BR /&gt;Input Table1:
&lt;BR /&gt;a;1
&lt;BR /&gt;b;2
&lt;BR /&gt;c;3
&lt;BR /&gt;
&lt;BR /&gt;Input Table2:
&lt;BR /&gt;d;4
&lt;BR /&gt;e;5
&lt;BR /&gt;f;6
&lt;BR /&gt;
&lt;BR /&gt;Output Table:
&lt;BR /&gt;a;1
&lt;BR /&gt;b;2
&lt;BR /&gt;c;3
&lt;BR /&gt;d;4
&lt;BR /&gt;e;5
&lt;BR /&gt;f;6</description>
      <pubDate>Wed, 22 Jun 2016 14:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292708#M65756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T14:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292709#M65757</link>
      <description>I don't understand what you want to do. You don't&amp;nbsp;have&amp;nbsp;any foreign key in your tables?&lt;BR /&gt;How can you know that a,b,c goes with the right d,e,f?</description>
      <pubDate>Wed, 22 Jun 2016 14:54:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292709#M65757</guid>
      <dc:creator>Franz3</dc:creator>
      <dc:date>2016-06-22T14:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292710#M65758</link>
      <description>Both tables are independant from each other, i just want to append the rows of table2 to the rows of table1.&lt;BR /&gt;tUnite seems to be the right choice here.&lt;BR /&gt;Thank you anyway!</description>
      <pubDate>Wed, 22 Jun 2016 16:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292710#M65758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T16:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292711#M65759</link>
      <description>Tunite?&lt;BR /&gt;Tunite only merge, that means you need to have the same schema in input.&lt;BR /&gt;It won't mix your lane together :&lt;BR /&gt;&lt;BR /&gt;Input Table1:&lt;BR /&gt;a;1&lt;BR /&gt;b;2&lt;BR /&gt;c;3&lt;BR /&gt;Input Table2:&lt;BR /&gt;d;4&lt;BR /&gt;e;5&lt;BR /&gt;f;6&lt;BR /&gt;Output Table:&lt;BR /&gt;a;1&lt;BR /&gt;b;2&lt;BR /&gt;c;3&lt;BR /&gt;d;null&lt;BR /&gt;e;null&lt;BR /&gt;f;null&lt;BR /&gt;plus&lt;BR /&gt;a;null&lt;BR /&gt;b;null&lt;BR /&gt;c;null&lt;BR /&gt;d;4&lt;BR /&gt;e;5&lt;BR /&gt;f;6</description>
      <pubDate>Thu, 23 Jun 2016 09:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292711#M65759</guid>
      <dc:creator>Franz3</dc:creator>
      <dc:date>2016-06-23T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292712#M65760</link>
      <description>It works with tUnite, look here:
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/375557/tUnite.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MFQj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131884i4088133B09FD88D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MFQj.png" alt="0683p000009MFQj.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Thu, 23 Jun 2016 09:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292712#M65760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T09:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Adding new rows to the data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292713#M65761</link>
      <description>Wao sorry i have pretty much no idea of what you wanted.&lt;BR /&gt;Thought that was a different schema and you wanted to add the column.&lt;BR /&gt;My bad.</description>
      <pubDate>Thu, 23 Jun 2016 10:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Adding-new-rows-to-the-data-flow/m-p/2292713#M65761</guid>
      <dc:creator>Franz3</dc:creator>
      <dc:date>2016-06-23T10:59:35Z</dc:date>
    </item>
  </channel>
</rss>

