<?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 Exclude commas and include valued in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220467#M14851</link>
    <description>Hi,
&lt;BR /&gt;My input is:
&lt;BR /&gt;Id,name,value
&lt;BR /&gt;2,raj,23,45
&lt;BR /&gt;3,raw,49
&lt;BR /&gt;4,harsh,34,76,98
&lt;BR /&gt;
&lt;BR /&gt;As this is comma seperated i am getting output as :
&lt;BR /&gt;Id,name,value
&lt;BR /&gt;2,raj,23
&lt;BR /&gt;3,raw,49
&lt;BR /&gt;4,harsh,34
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;But I need all the numbers in "Value" column. Please help how to get</description>
    <pubDate>Sun, 27 Jan 2019 17:34:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-27T17:34:25Z</dc:date>
    <item>
      <title>Exclude commas and include valued</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220467#M14851</link>
      <description>Hi,
&lt;BR /&gt;My input is:
&lt;BR /&gt;Id,name,value
&lt;BR /&gt;2,raj,23,45
&lt;BR /&gt;3,raw,49
&lt;BR /&gt;4,harsh,34,76,98
&lt;BR /&gt;
&lt;BR /&gt;As this is comma seperated i am getting output as :
&lt;BR /&gt;Id,name,value
&lt;BR /&gt;2,raj,23
&lt;BR /&gt;3,raw,49
&lt;BR /&gt;4,harsh,34
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;But I need all the numbers in "Value" column. Please help how to get</description>
      <pubDate>Sun, 27 Jan 2019 17:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220467#M14851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-27T17:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude commas and include valued</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220468#M14852</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One Option :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read each line&amp;nbsp; as fullrow or one column --&amp;gt; Split it into three cols using regular expression ( tExtractRegexFields) --&amp;gt; Output&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regex expr :&amp;nbsp;"^(\\w+),(\\w+),(.*)"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if it works&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 19:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220468#M14852</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-27T19:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude commas and include valued</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220469#M14853</link>
      <description>&lt;P&gt;the most proper way - strongly ask (if it possible) to enquote&amp;nbsp;strings in source&amp;nbsp;export:&lt;/P&gt; 
&lt;PRE&gt;"4,\"harsh, any numbers of commas inside \",\"34,76,98"\"&lt;/PRE&gt; 
&lt;P&gt;it will properly handle any numbers of columns with commas inside&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;if for some reason it is not possible (but in many cases it only look not possible unless you did not explain reasons for changes), and in case if you sure&amp;nbsp;- only last column is wrong:&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;solution from&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt;&amp;nbsp;- must work&lt;/LI&gt; 
 &lt;LI&gt;another similar solution - replace first XXX commas with | or ;&lt;/LI&gt; 
&lt;/UL&gt;</description>
      <pubDate>Mon, 28 Jan 2019 00:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exclude-commas-and-include-valued/m-p/2220469#M14853</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-01-28T00:38:44Z</dc:date>
    </item>
  </channel>
</rss>

