<?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 Split output file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301934#M73976</link>
    <description>&lt;P&gt;Hey there guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a newbie here in Talend and what I am trying to do is to split different output file, here is an example of the file that I am working on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhRCDAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143458i645D64870058F94E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhRCDAA3.png" alt="0695b00000RhRCDAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Whenever I see a column with a true value I need to produce different file of it including the row with the value of true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the output should be like this:&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115652.png&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115711.png&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115734.png&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115749.png&lt;/P&gt;&lt;P&gt;Thanks in advance guys hope somebody could help me. &lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 22:55:13 GMT</pubDate>
    <dc:creator>NAndrew1652694287</dc:creator>
    <dc:date>2024-11-15T22:55:13Z</dc:date>
    <item>
      <title>Split output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301934#M73976</link>
      <description>&lt;P&gt;Hey there guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a newbie here in Talend and what I am trying to do is to split different output file, here is an example of the file that I am working on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhRCDAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143458i645D64870058F94E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhRCDAA3.png" alt="0695b00000RhRCDAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Whenever I see a column with a true value I need to produce different file of it including the row with the value of true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the output should be like this:&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115652.png&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115711.png&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115734.png&lt;/P&gt;&lt;P&gt;Screenshot 2022-05-16 115749.png&lt;/P&gt;&lt;P&gt;Thanks in advance guys hope somebody could help me. &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301934#M73976</guid>
      <dc:creator>NAndrew1652694287</dc:creator>
      <dc:date>2024-11-15T22:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Split output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301935#M73977</link>
      <description>&lt;P&gt;HI @Nel Andrew​&amp;nbsp;, maybe you could do something like this : first you read the file and you filter only the data with true (with a tFIlterRow for eg) then you use a tFlowToIterate component and you iterate on each value filtered then you made an inner join with the same file on quoteName field in a tMap. &lt;/P&gt;&lt;P&gt;So for eg here the main flow after the filter on true:&lt;/P&gt;&lt;P&gt;quote1 true&lt;/P&gt;&lt;P&gt;quote2 true&lt;/P&gt;&lt;P&gt;quote3 true&lt;/P&gt;&lt;P&gt;quote4 true&lt;/P&gt;&lt;P&gt;and for each one you will get all the data with tMap join :&lt;/P&gt;&lt;P&gt;eg for quote1 :&lt;/P&gt;&lt;P&gt;quote1 false&lt;/P&gt;&lt;P&gt;quote1 false&lt;/P&gt;&lt;P&gt;quote1 true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FileInput --&amp;gt;main link--&amp;gt; tFilterRow --&amp;gt;filter link --&amp;gt; tFlowToIterate--&amp;gt;iterate link--&amp;gt; &lt;/P&gt;&lt;P&gt;tFixedFlowInput --&amp;gt;main link --&amp;gt; TMap --&amp;gt; FileOutput&lt;/P&gt;&lt;P&gt; FileInput --&amp;gt;lookup link /^ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;send me love and kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 13:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301935#M73977</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-16T13:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Split output file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301936#M73978</link>
      <description>&lt;P&gt;here i use tFixedFlowInput 1 and 3 to simulate your input file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSPXAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143046i9F1C317CC0B37688/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSPXAA3.png" alt="0695b00000RhSPXAA3.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSOyAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143560i6AD4A6D1DD94EDEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSOyAAN.png" alt="0695b00000RhSOyAAN.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSM0AAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155351iA9A09E1A57DF3FFA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSM0AAN.png" alt="0695b00000RhSM0AAN.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSOoAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133684iAEBD583F557B1429/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSOoAAN.png" alt="0695b00000RhSOoAAN.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSO6AAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130257i26EAF9F23E5DFE05/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSO6AAN.png" alt="0695b00000RhSO6AAN.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSOjAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128838iB1E13AFECFA7E769/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSOjAAN.png" alt="0695b00000RhSOjAAN.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000RhSOeAAN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154619iDA57E139B5C9AA98/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000RhSOeAAN.png" alt="0695b00000RhSOeAAN.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 14:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-output-file/m-p/2301936#M73978</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-05-16T14:02:54Z</dc:date>
    </item>
  </channel>
</rss>

