<?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 can I splitt an inputrow into twi outputrows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295190#M67998</link>
    <description>Hi&lt;BR /&gt;You can use a tUnite component to merge your rows.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lie</description>
    <pubDate>Thu, 27 May 2010 13:24:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-05-27T13:24:10Z</dc:date>
    <item>
      <title>How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295186#M67994</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;how do I divide a line into several lines?&lt;BR /&gt;Example:&lt;BR /&gt;InputFile:&lt;BR /&gt;name1, email3&lt;BR /&gt;name2, email3&lt;BR /&gt;name2, email3&lt;BR /&gt;OutputFile:&lt;BR /&gt;name1,&lt;BR /&gt;email1,&lt;BR /&gt;name2&lt;BR /&gt;email2,&lt;BR /&gt;name3,&lt;BR /&gt;email3&lt;BR /&gt;How can I achieve this?? With a tMap I can change the ordering of the row, but I want to splitt the row into two new rows.&lt;BR /&gt;Sorry for my english.&lt;BR /&gt;Thank You very much.</description>
      <pubDate>Sat, 16 Nov 2024 13:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295186#M67994</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295187#M67995</link>
      <description>Hi, 
&lt;BR /&gt;Check 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCtTACA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Create-multiple-output-rows-for-one-input-row/td-p/64072&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Lie</description>
      <pubDate>Thu, 27 May 2010 09:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295187#M67995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-27T09:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295188#M67996</link>
      <description>Hello Lie,
&lt;BR /&gt;thanks for your reply, but is it possible that you can describe your answer a little more detail?
&lt;BR /&gt;In the tMapView I have on the left Site the rowdescribtion of the inputfile and on the right-Site are two output-Tables. 
&lt;BR /&gt;And what are next? I'm so sorry.
&lt;BR /&gt;Thank you very much.
&lt;BR /&gt;Balian</description>
      <pubDate>Thu, 27 May 2010 11:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295188#M67996</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-05-27T11:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295189#M67997</link>
      <description>Hello Lie,&lt;BR /&gt;the spliting of the row is completed. The result are two files like this:&lt;BR /&gt;File1:&lt;BR /&gt;name1,&lt;BR /&gt;name2&lt;BR /&gt;File2:&lt;BR /&gt;email1,&lt;BR /&gt;email2&lt;BR /&gt;But how can i merge both files or is it posssible to merge the rows without creating of two tempfiles?&lt;BR /&gt;Sorry for my english. I hope you understand me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Best Regards!</description>
      <pubDate>Thu, 27 May 2010 12:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295189#M67997</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-05-27T12:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295190#M67998</link>
      <description>Hi&lt;BR /&gt;You can use a tUnite component to merge your rows.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lie</description>
      <pubDate>Thu, 27 May 2010 13:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295190#M67998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-27T13:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295191#M67999</link>
      <description>Rather than sending the two tMap outputs to a file and then tUniting them, you can unite them directly in the tMap: when creating the second output within tMap just select the "Create join table from" option rather than the default "New output" option. There will then be only one flow out of the tMap but it will include the rows from both of the output tables within tMap.</description>
      <pubDate>Thu, 17 Mar 2011 00:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295191#M67999</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-03-17T00:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I splitt an inputrow into twi outputrows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295192#M68000</link>
      <description>There is also from v4.2.0, the tSplitRow component...</description>
      <pubDate>Sun, 12 Jun 2011 03:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-splitt-an-inputrow-into-twi-outputrows/m-p/2295192#M68000</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-06-12T03:33:23Z</dc:date>
    </item>
  </channel>
</rss>

