<?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 to separate rows group by a column? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322910#M92812</link>
    <description>Hi, 
&lt;BR /&gt;From your job description, you need to set a dynamic file path on tFileOutputDelimited component,&amp;nbsp; the job looks like: 
&lt;BR /&gt;tFileInputDelimited--row1--tFlowToIterate--tFixedFlowInput--main--tFileOutputDelimited(check out "Append"option? 
&lt;BR /&gt;on tFixedFlowOutput, generate the current data flow, define the same schema as tFileInputDelimited and set the values like: 
&lt;BR /&gt;column:value 
&lt;BR /&gt;key 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;String)globalMap.get("row1.key") 
&lt;BR /&gt;value 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;String)globalMap.get("row1.value") 
&lt;BR /&gt;On tFileOutputDelimited, set a dynamic file path, for example: 
&lt;BR /&gt;"D:/output/file"+(String)globalMap.get("row1.key")+".txt" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 18 Dec 2015 08:08:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-12-18T08:08:07Z</dc:date>
    <item>
      <title>How to separate rows group by a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322909#M92811</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;i have troubles finding the right component in my situation, help would be appreciate for a best practice developpement.&lt;BR /&gt;My schema is pretty simple (Key, Value), and i want to execute a job for each similar key.&lt;BR /&gt;for &amp;nbsp;exemple i want to transform this flow :&lt;BR /&gt;1 value1&lt;BR /&gt;1 value2&lt;BR /&gt;1 value3&lt;BR /&gt;2 value4&lt;BR /&gt;2 value5&lt;BR /&gt;3 value6&lt;BR /&gt;3 value7&lt;BR /&gt;in 3 flows&amp;nbsp;&lt;BR /&gt;1 value1&lt;BR /&gt;1 value2&lt;BR /&gt;1 value3&lt;BR /&gt;and&amp;nbsp;&lt;BR /&gt;2 value4&lt;BR /&gt;2 value5&lt;BR /&gt;and&lt;BR /&gt;3 value6&lt;BR /&gt;3 value7&lt;BR /&gt;simple as that &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133049iD780B7DE0116E4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACJ.png" alt="0683p000009MACJ.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 10:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322909#M92811</guid>
      <dc:creator>Franz3</dc:creator>
      <dc:date>2015-12-17T10:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate rows group by a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322910#M92812</link>
      <description>Hi, 
&lt;BR /&gt;From your job description, you need to set a dynamic file path on tFileOutputDelimited component,&amp;nbsp; the job looks like: 
&lt;BR /&gt;tFileInputDelimited--row1--tFlowToIterate--tFixedFlowInput--main--tFileOutputDelimited(check out "Append"option? 
&lt;BR /&gt;on tFixedFlowOutput, generate the current data flow, define the same schema as tFileInputDelimited and set the values like: 
&lt;BR /&gt;column:value 
&lt;BR /&gt;key 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;String)globalMap.get("row1.key") 
&lt;BR /&gt;value 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;String)globalMap.get("row1.value") 
&lt;BR /&gt;On tFileOutputDelimited, set a dynamic file path, for example: 
&lt;BR /&gt;"D:/output/file"+(String)globalMap.get("row1.key")+".txt" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 18 Dec 2015 08:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322910#M92812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-18T08:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate rows group by a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322911#M92813</link>
      <description>Hello,
&lt;BR /&gt;I want to increase the number of rows for Guess schema definition for&amp;nbsp;File Delimited and File Position from metadata. How could I increase the number of rows which will be based on guess schema.
&lt;BR /&gt;
&lt;BR /&gt;Thanks
&lt;BR /&gt;snoor</description>
      <pubDate>Fri, 18 Dec 2015 16:36:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322911#M92813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-18T16:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate rows group by a column?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322912#M92814</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;Please stick to your another topic: 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCst5CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Increase-number-of-row-which-is-based-on-Guess-schema-definition/td-p/191296&lt;/A&gt; so that we can pay individule attention to it. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 21 Dec 2015 06:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-separate-rows-group-by-a-column/m-p/2322912#M92814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-21T06:46:36Z</dc:date>
    </item>
  </channel>
</rss>

