<?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: Different flows using a special character in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274876#M51420</link>
    <description>Hi Nikhil,
&lt;BR /&gt;
&lt;BR /&gt;Thanks for the reply but I have records which need not be spilt so how will I know which number sequence I should divide
&lt;BR /&gt;
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Lmit</description>
    <pubDate>Wed, 20 Mar 2019 11:43:14 GMT</pubDate>
    <dc:creator>lmit</dc:creator>
    <dc:date>2019-03-20T11:43:14Z</dc:date>
    <item>
      <title>Different flows using a special character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274874#M51418</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have a input file which has a data like&lt;BR /&gt;1,a~b~c,xyz&lt;BR /&gt;&lt;BR /&gt;Based on the special character my data should be going into different flows like&lt;BR /&gt;1,a,xyz ( as 1st flow if I use tmap component)&lt;BR /&gt;1,b,xyz (as 2nd flow )&lt;BR /&gt;1,c,xyz (as 3rd flow)&lt;BR /&gt;&lt;BR /&gt;Am not saying about the output which we get tNormalize component where the 3 rows will be in one flow or file&lt;BR /&gt;&lt;BR /&gt;But I want 3 different flows how can I achieve this&lt;BR /&gt;&lt;BR /&gt;Any help would be great&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Lmit</description>
      <pubDate>Wed, 20 Mar 2019 10:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274874#M51418</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2019-03-20T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Different flows using a special character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274875#M51419</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; The easy way is to assign a sequence number for each group and separate the data based on the sequence number value in output section.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; In normal case, you will have sequence like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Numeric.sequence("s1", 1, 1) &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;But in your case, add your primary key as the factor to determine the sequence. But make sure that id value is in String format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Numeric.sequence(row1.id, 1, 1) &lt;/PRE&gt;
&lt;P&gt;Once you get a sequence number, you can control the flow by adding filter condition in output by checking the reminder of sequence value. For a three way sequence, you need to take the reminder of row1.seq%3 and check it as 0,1 or 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 11:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274875#M51419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-20T11:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Different flows using a special character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274876#M51420</link>
      <description>Hi Nikhil,
&lt;BR /&gt;
&lt;BR /&gt;Thanks for the reply but I have records which need not be spilt so how will I know which number sequence I should divide
&lt;BR /&gt;
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Lmit</description>
      <pubDate>Wed, 20 Mar 2019 11:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274876#M51420</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2019-03-20T11:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Different flows using a special character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274877#M51421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; I would say, do the split first using tnormalize and then group them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2019 12:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274877#M51421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-20T12:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Different flows using a special character</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274878#M51422</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If I group them then I will get all 3 records in one file as they will be having same id&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Lmit</description>
      <pubDate>Wed, 20 Mar 2019 13:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Different-flows-using-a-special-character/m-p/2274878#M51422</guid>
      <dc:creator>lmit</dc:creator>
      <dc:date>2019-03-20T13:37:16Z</dc:date>
    </item>
  </channel>
</rss>

