<?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: Question about tmap with multiple outputs - rows order - 7.3.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377242#M139147</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry for the late reply, i have been sick ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of the tmap&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LyxngAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147006i606924BB60A8C24A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LyxngAAB.png" alt="0695b00000LyxngAAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the sequence function expression is defined for the field idcmdcarte, as followed : &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"nextval('ods.oficmdcarte_seq')" for the 1st output (cmdcarte)&lt;/LI&gt;&lt;LI&gt;"currval('ods.oficmdcarte_seq')" for the 2nd one (porteurs)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These functions are set on the advanced settings of the 2 tdboutput, like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LyxvKAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155377i129CFEDAF3E87FB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LyxvKAAR.png" alt="0695b00000LyxvKAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 20:30:46 GMT</pubDate>
    <dc:creator>PCHANGUE</dc:creator>
    <dc:date>2021-12-29T20:30:46Z</dc:date>
    <item>
      <title>Question about tmap with multiple outputs - rows order - 7.3.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377240#M139145</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;first of all, sorry for my poor english .. i'm a french speaker.&lt;/P&gt;&lt;P&gt;i would like to ask a question about the rows orders in a tmap with 2 outputs.&lt;/P&gt;&lt;P&gt;As you can see, i'm doing a "simple" job with a DB Connection, followed by a filereading (tfileInputFullRow) which is followed by a tmap with 2 outputs (initially it is 2 tdboutputs which goes in 2 different tables but i changed it into 2 tfileOuputDelimited which goes to the same txt file, to really see what's happening).&lt;/P&gt;&lt;P&gt;Also, I'm using the same sequence value (postgres) in the 2 outputs, nexval for the 1st, and currval for the 2nd ...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LyfOrAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137695iC724D4EE7135E1A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LyfOrAAJ.png" alt="0695b00000LyfOrAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The original file has 5 rows as followed &lt;/P&gt;&lt;P&gt;test1&lt;/P&gt;&lt;P&gt; blabla1&lt;/P&gt;&lt;P&gt;test2&lt;/P&gt;&lt;P&gt; blabla2&lt;/P&gt;&lt;P&gt; blabla3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the test* lines to be insert in the 1st tdboutput and the blabla* ones in the 2nd tdbouput.&lt;/P&gt;&lt;P&gt;Everything is doing fine EXCEPT that the row orders is not respected, indeed, the result in the output file contains (i addthe sequence in the 2nd field) :&lt;/P&gt;&lt;P&gt;test1 1&lt;/P&gt;&lt;P&gt;test2 2&lt;/P&gt;&lt;P&gt;blabla1 2&lt;/P&gt;&lt;P&gt;blabla2 2&lt;/P&gt;&lt;P&gt;blabla3 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of :&lt;/P&gt;&lt;P&gt;test1 1&lt;/P&gt;&lt;P&gt;blabla1 1&lt;/P&gt;&lt;P&gt;test2 2&lt;/P&gt;&lt;P&gt;blabla2 2&lt;/P&gt;&lt;P&gt;blabla3 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the 2 tlogrows, the row orders is well respected, BUT, in other components like tdboutput it isn't ...&lt;/P&gt;&lt;P&gt;Can someone please help me ?  i've tried many things ... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 21:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377240#M139145</guid>
      <dc:creator>PCHANGUE</dc:creator>
      <dc:date>2021-12-23T21:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question about tmap with multiple outputs - rows order - 7.3.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377241#M139146</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Can show us the sequence function expression you are using on tMap? A screenshot of tMap is helpful for us to understand the issue well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 09:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377241#M139146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-12-27T09:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Question about tmap with multiple outputs - rows order - 7.3.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377242#M139147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sorry for the late reply, i have been sick ..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a screenshot of the tmap&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LyxngAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147006i606924BB60A8C24A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LyxngAAB.png" alt="0695b00000LyxngAAB.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the sequence function expression is defined for the field idcmdcarte, as followed : &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"nextval('ods.oficmdcarte_seq')" for the 1st output (cmdcarte)&lt;/LI&gt;&lt;LI&gt;"currval('ods.oficmdcarte_seq')" for the 2nd one (porteurs)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These functions are set on the advanced settings of the 2 tdboutput, like this.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000LyxvKAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155377i129CFEDAF3E87FB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000LyxvKAAR.png" alt="0695b00000LyxvKAAR.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 20:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377242#M139147</guid>
      <dc:creator>PCHANGUE</dc:creator>
      <dc:date>2021-12-29T20:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: Question about tmap with multiple outputs - rows order - 7.3.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377243#M139148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i finally managed to get through this probleme by using the talend function Numeric.sequence(), that i set in the tmap, instead of the nextval and currval.&lt;/P&gt;&lt;P&gt;With a nextval before, and a setval after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pascal&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 19:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-about-tmap-with-multiple-outputs-rows-order-7-3-1/m-p/2377243#M139148</guid>
      <dc:creator>PCHANGUE</dc:creator>
      <dc:date>2022-01-03T19:18:28Z</dc:date>
    </item>
  </channel>
</rss>

