<?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 Remove double quotes in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307272#M78727</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;how to remove the double quotes in Talend &amp;nbsp;from the source fields.&lt;BR /&gt;EX: Coulmn1- "Hi" and column2- "Hello"&lt;BR /&gt;Output should be : Column1-Hi and Coulmn2- Hello&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 07:05:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-28T07:05:54Z</dc:date>
    <item>
      <title>Remove double quotes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307272#M78727</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;how to remove the double quotes in Talend &amp;nbsp;from the source fields.&lt;BR /&gt;EX: Coulmn1- "Hi" and column2- "Hello"&lt;BR /&gt;Output should be : Column1-Hi and Coulmn2- Hello&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 07:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307272#M78727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T07:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double quotes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307273#M78728</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;You can use this expression on tMap or tJavaRow: 
&lt;BR /&gt;row1.columnName.replaceAll("\"","") 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 28 Dec 2016 07:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307273#M78728</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double quotes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307274#M78729</link>
      <description>Hi,&lt;BR /&gt;thanks for your reply. it works fine now.&lt;BR /&gt;i have source field value like "Test-First-Job",&amp;nbsp;&lt;FONT size="2"&gt;&lt;FONT face="Arial," sans-serif=""&gt;needs to extract the last chars of the word&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," sans-serif=""&gt;after the last "-".&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," sans-serif=""&gt;it should be like : "Job"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial," sans-serif=""&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 28 Dec 2016 08:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307274#M78729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T08:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Remove double quotes</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307275#M78730</link>
      <description>You need to cut the string from the last index of "-":&lt;BR /&gt;row1.newColumn.substring(row1.newColumn.lastIndexOf("-")+1)&amp;nbsp;</description>
      <pubDate>Wed, 28 Dec 2016 09:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-double-quotes/m-p/2307275#M78730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-28T09:39:35Z</dc:date>
    </item>
  </channel>
</rss>

