<?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: Problem with ñ removeAccents function in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367358#M130744</link>
    <description>Hi&lt;BR /&gt;Yes, I think this is related to the coding in the file.&lt;BR /&gt;Because i test it in other coding, result is right as above.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Thu, 12 Jan 2012 08:06:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-12T08:06:29Z</dc:date>
    <item>
      <title>Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367355#M130741</link>
      <description>HI 
&lt;BR /&gt;I am using Talend 5.0 and am having a problem with TalendString.removeAccents function. 
&lt;BR /&gt;I have a very large jobs that read from a delimited file and do a final filterRow where in one of the conditions removeAccents use. 
&lt;BR /&gt;Use removeAccents because I have to see if it meets a field that I get in uppercase and without accent. 
&lt;BR /&gt;condition I write 
&lt;BR /&gt;input_row.NOMBRE_DECLARANTE.equals(TalendString.removeAccents(input_row.NOMBRE_DECLARANTE).toUpperCase()) 
&lt;BR /&gt; 
&lt;BR /&gt;The problem I have is that when you get ñ a word that has ñ does what I expect after the filter and if I remove the rejected rows shows me error message as advanced condition failed 
&lt;BR /&gt;If I put "N". Equals (TalendString.removeAccents ("N"). ToUpperCase ()) 
&lt;BR /&gt;does what I expect. 
&lt;BR /&gt; 
&lt;BR /&gt;The codifiicación you use in file is: 
&lt;BR /&gt;format: unix 
&lt;BR /&gt; encoding: ISO-8859-1 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Oscar Manso</description>
      <pubDate>Sat, 16 Nov 2024 12:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367355#M130741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367356#M130742</link>
      <description>Hi Oscar
&lt;BR /&gt;"advanced condition failed" means the two columns of this row don't match the condition.
&lt;BR /&gt;Why is this a problem?
&lt;BR /&gt;I have reproduced this job.
&lt;BR /&gt;And my test data is as follow.
&lt;BR /&gt;
&lt;PRE&gt;ñ;N&lt;BR /&gt;ñ;n&lt;/PRE&gt;
&lt;BR /&gt;The second row will be filtered and show as a rejected row correctly.
&lt;BR /&gt;The error message is just a column.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 12 Jan 2012 03:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367356#M130742</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T03:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367357#M130743</link>
      <description>Hi
&lt;BR /&gt;The problem is that if the text is SPAIN and compare it with the same text removed and passed to uppercase accents gives me the row to be rejected when it should say that is not rejected.
&lt;BR /&gt;I think this is because the coding that I have put in the file.
&lt;BR /&gt;I can tell you something.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Oscar Manso</description>
      <pubDate>Thu, 12 Jan 2012 07:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367357#M130743</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T07:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367358#M130744</link>
      <description>Hi&lt;BR /&gt;Yes, I think this is related to the coding in the file.&lt;BR /&gt;Because i test it in other coding, result is right as above.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 12 Jan 2012 08:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367358#M130744</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T08:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367359#M130745</link>
      <description>Hi&lt;BR /&gt;What encoding should I use to do me right&lt;BR /&gt;Regards,&lt;BR /&gt;Oscar Manso</description>
      <pubDate>Thu, 12 Jan 2012 09:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367359#M130745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T09:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367360#M130746</link>
      <description>Hi&lt;BR /&gt;Try UTF-8?&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Thu, 12 Jan 2012 09:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367360#M130746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T09:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367361#M130747</link>
      <description>Hi&lt;BR /&gt;Already tested but no swallows Ñ as other characters&lt;BR /&gt;Regards,&lt;BR /&gt;Oscar Manso</description>
      <pubDate>Thu, 12 Jan 2012 10:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367361#M130747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with ñ removeAccents function</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367362#M130748</link>
      <description>Hi&lt;BR /&gt;Me contesta alguien&lt;BR /&gt;&lt;BR /&gt;Un saludo,&lt;BR /&gt;Oscar Manso</description>
      <pubDate>Thu, 12 Jan 2012 10:49:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problem-with-%C3%B1-removeAccents-function/m-p/2367362#M130748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-12T10:49:17Z</dc:date>
    </item>
  </channel>
</rss>

