<?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 remove quotes, double quotes and commas in tMap with one function in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216222#M12305</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;thanks I have tried this, it works&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 17:50:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-30T17:50:01Z</dc:date>
    <item>
      <title>How to remove quotes, double quotes and commas in tMap with one function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216218#M12301</link>
      <description>&lt;P&gt;Hello All&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a requirement&amp;nbsp;How to remove quotes, double quotes and commas in tMap with one function&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks In Advance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Manish&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216218#M12301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove quotes, double quotes and commas in tMap with one function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216219#M12302</link>
      <description>&lt;PRE&gt;row1.myColumn.replaceAll("\"", "").replaceAll("'", "").replaceAll(",", ""))&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Oct 2019 14:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216219#M12302</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-23T14:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove quotes, double quotes and commas in tMap with one function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216220#M12303</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;Thank you so much, it worked for me to remove comma, quotes and double quotes&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 15:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216220#M12303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-23T15:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove quotes, double quotes and commas in tMap with one function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216221#M12304</link>
      <description>&lt;P&gt;This one much more better:&lt;/P&gt;
&lt;PRE&gt;row1.myColumn.replaceAll("[\"',]", "")&lt;/PRE&gt;</description>
      <pubDate>Wed, 23 Oct 2019 15:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216221#M12304</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-10-23T15:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove quotes, double quotes and commas in tMap with one function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216222#M12305</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;thanks I have tried this, it works&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 17:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216222#M12305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-30T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove quotes, double quotes and commas in tMap with one function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216223#M12306</link>
      <description>&lt;P&gt;@Fred Trebuchet​&amp;nbsp;For tBigQueryInput I ended up with:&lt;/P&gt;&lt;P&gt;,REGEXP_REPLACE(myColumn,'([\"&lt;B&gt;\\'&lt;/B&gt;,])',' ')&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 20:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-quotes-double-quotes-and-commas-in-tMap-with-one/m-p/2216223#M12306</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2023-09-15T20:54:56Z</dc:date>
    </item>
  </channel>
</rss>

