<?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 [resolved] Strip Special Characters in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290746#M63998</link>
    <description>I am new to Talend and trying to strip special characters from my files before they get into Oracle. I can do this with all characters except the Euro £. It shows up in my database as ¿. I've added both of these characters to our routine to strip special characters but it doesn't pick it up. Any help would be greatly appreciated!</description>
    <pubDate>Sat, 16 Nov 2024 13:32:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:32:00Z</dc:date>
    <item>
      <title>[resolved] Strip Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290746#M63998</link>
      <description>I am new to Talend and trying to strip special characters from my files before they get into Oracle. I can do this with all characters except the Euro £. It shows up in my database as ¿. I've added both of these characters to our routine to strip special characters but it doesn't pick it up. Any help would be greatly appreciated!</description>
      <pubDate>Sat, 16 Nov 2024 13:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290746#M63998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Strip Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290747#M63999</link>
      <description>Hello 
&lt;BR /&gt;Read it as a string and replace it with "", for example: 
&lt;BR /&gt;tFileInputDelimited--row1--tMap--tOracleOutput 
&lt;BR /&gt;On tMap, type in the expression as below on the expression filed of column: 
&lt;BR /&gt;row1.columnName.replace("£","") 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 26 Feb 2010 09:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290747#M63999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T09:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Strip Special Characters</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290748#M64000</link>
      <description>When I put row1.columnName.replace("£","") in tMap and re-ran the job it didn't work at first. I went back and changed the Encoding type on the file to Window - 1252 and it worked. Thanks for the help!</description>
      <pubDate>Fri, 26 Feb 2010 15:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Strip-Special-Characters/m-p/2290748#M64000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-26T15:23:51Z</dc:date>
    </item>
  </channel>
</rss>

