<?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 Group rows with a substring in the column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Group-rows-with-a-substring-in-the-column/m-p/2320290#M90447</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I m need to group rows in a file,I m struggling on how to achive this&lt;/P&gt;&lt;P&gt;Input data&lt;/P&gt;&lt;P&gt;A12,1,2,3,4&lt;/P&gt;&lt;P&gt;A23,1,2,3,4​&lt;/P&gt;&lt;P&gt;B12,1,2,3&lt;/P&gt;&lt;P&gt;B23,12,3​&lt;/P&gt;&lt;P&gt;C12,1,2&lt;/P&gt;&lt;P&gt;​C23,1,2&lt;/P&gt;&lt;P&gt;C23,1,3​&lt;/P&gt;&lt;P&gt;D23,1,2&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;out should be like&lt;/P&gt;&lt;P&gt;A12,1,2,3,4&lt;/P&gt;&lt;P&gt;B12,1,2,3&lt;/P&gt;&lt;P&gt;C12,1,2&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;​A23,1,2,3,4&lt;/P&gt;&lt;P&gt;B23,1,2,3​&lt;/P&gt;&lt;P&gt;C23,1,2&lt;/P&gt;&lt;P&gt;C23,1,3&lt;/P&gt;&lt;P&gt;D23,1,2​&lt;/P&gt;&lt;P&gt;END​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;input might countain mutiple records starts with A,B,C,D​  but the substring after alphabet in the first column sould be same ,those rows need &lt;/P&gt;&lt;P&gt; to groups together.and all these ABCD have different schemas.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:46:40 GMT</pubDate>
    <dc:creator>Annie_Jo</dc:creator>
    <dc:date>2024-11-16T00:46:40Z</dc:date>
    <item>
      <title>Group rows with a substring in the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Group-rows-with-a-substring-in-the-column/m-p/2320290#M90447</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I m need to group rows in a file,I m struggling on how to achive this&lt;/P&gt;&lt;P&gt;Input data&lt;/P&gt;&lt;P&gt;A12,1,2,3,4&lt;/P&gt;&lt;P&gt;A23,1,2,3,4​&lt;/P&gt;&lt;P&gt;B12,1,2,3&lt;/P&gt;&lt;P&gt;B23,12,3​&lt;/P&gt;&lt;P&gt;C12,1,2&lt;/P&gt;&lt;P&gt;​C23,1,2&lt;/P&gt;&lt;P&gt;C23,1,3​&lt;/P&gt;&lt;P&gt;D23,1,2&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;out should be like&lt;/P&gt;&lt;P&gt;A12,1,2,3,4&lt;/P&gt;&lt;P&gt;B12,1,2,3&lt;/P&gt;&lt;P&gt;C12,1,2&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;​A23,1,2,3,4&lt;/P&gt;&lt;P&gt;B23,1,2,3​&lt;/P&gt;&lt;P&gt;C23,1,2&lt;/P&gt;&lt;P&gt;C23,1,3&lt;/P&gt;&lt;P&gt;D23,1,2​&lt;/P&gt;&lt;P&gt;END​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;input might countain mutiple records starts with A,B,C,D​  but the substring after alphabet in the first column sould be same ,those rows need &lt;/P&gt;&lt;P&gt; to groups together.and all these ABCD have different schemas.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Group-rows-with-a-substring-in-the-column/m-p/2320290#M90447</guid>
      <dc:creator>Annie_Jo</dc:creator>
      <dc:date>2024-11-16T00:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Group rows with a substring in the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Group-rows-with-a-substring-in-the-column/m-p/2320291#M90448</link>
      <description>&lt;P&gt;HI you can extract  with a regular expression like "(?&amp;lt;=[A-Z])\\d*"  the number just after the letter and then you can use it to group your rows.&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 13:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Group-rows-with-a-substring-in-the-column/m-p/2320291#M90448</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-04-21T13:33:23Z</dc:date>
    </item>
  </channel>
</rss>

