<?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 how to delete blank spaces in 1 string (talend open studio) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294850#M67689</link>
    <description>Hello 
&lt;BR /&gt;I have an error message "for input string: 14 789" when i would like transfer 1 file .csv to a table mysql. 
&lt;BR /&gt;I used Treplace ( replace " " with "") et tmap (StringHandling.EREPLACE(row1.Montant,"\\s","") 
&lt;BR /&gt;but my pbroblem always exists . 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Tha</description>
    <pubDate>Mon, 24 Jun 2013 10:02:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-24T10:02:06Z</dc:date>
    <item>
      <title>how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294850#M67689</link>
      <description>Hello 
&lt;BR /&gt;I have an error message "for input string: 14 789" when i would like transfer 1 file .csv to a table mysql. 
&lt;BR /&gt;I used Treplace ( replace " " with "") et tmap (StringHandling.EREPLACE(row1.Montant,"\\s","") 
&lt;BR /&gt;but my pbroblem always exists . 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Tha</description>
      <pubDate>Mon, 24 Jun 2013 10:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294850#M67689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294851#M67690</link>
      <description>Hi, &lt;BR /&gt;There is also an option "Trim all columns" in Advanced Settings of tFileInputDelimited component.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 24 Jun 2013 10:05:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294851#M67690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T10:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294852#M67691</link>
      <description>Hi Tha 
&lt;BR /&gt;Just try this code in tJava and apply at rowlevel if you are using file component 
&lt;BR /&gt;String foo = " 14 789"; 
&lt;BR /&gt;System.out.println("value = "+foo.replace(" ", "")); 
&lt;BR /&gt;System.out.println("value = "+foo.replaceAll("\\s", "")); 
&lt;BR /&gt; 
&lt;BR /&gt;thanks 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#0B4C5F"&gt;&lt;I&gt;Anil Kumar Burri&lt;/I&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;A href="http://anilkumarburri.wordpress.com/" rel="nofollow noopener noreferrer"&gt;http://anilkumarburri.wordpress.com/&lt;/A&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294852#M67691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294853#M67692</link>
      <description>Hi,&lt;BR /&gt;Tk your solutions.&lt;BR /&gt;I tried your both 2 solutions: code java and "Trim all columns" in Advanced Settings of tFileInputDelimited. But no success.&lt;BR /&gt;For anilmca4u, there are 200 different lines "for input string" avec 200 values when i run my jobs:&lt;BR /&gt;For input string: "2 725"&lt;BR /&gt;For input string: "2 725"&lt;BR /&gt;For input string: "2 725"&lt;BR /&gt;For input string: "2 725"&lt;BR /&gt;For input string: "12 489"&lt;BR /&gt;For input string: "12 489"&lt;BR /&gt;For input string: "12 489"&lt;BR /&gt;For input string: "12 489"&lt;BR /&gt;For input string: "1 050"  ...&lt;BR /&gt;TKs&lt;BR /&gt;Tha</description>
      <pubDate>Mon, 24 Jun 2013 14:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294853#M67692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T14:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294854#M67693</link>
      <description>String foo = "2 725".replaceAll(" ", "");&lt;BR /&gt;Hope this will work for you..</description>
      <pubDate>Mon, 24 Jun 2013 17:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294854#M67693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T17:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294855#M67694</link>
      <description>For umeshrakhe,&lt;BR /&gt;It didn't work. Sorry</description>
      <pubDate>Mon, 24 Jun 2013 17:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294855#M67694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-24T17:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294856#M67695</link>
      <description>Hi Tha 
&lt;BR /&gt;Sorry but for me it is working fine for every value u given, for your reference find the screen shot 
&lt;BR /&gt; 
&lt;BR /&gt;thanks 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#0B4C5F"&gt;&lt;I&gt;Anil Kumar Burri&lt;/I&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;A href="http://anilkumarburri.wordpress.com/" rel="nofollow noopener noreferrer"&gt;http://anilkumarburri.wordpress.com/&lt;/A&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEh0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138587iE90E1D2C0F0498AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEh0.png" alt="0683p000009MEh0.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 25 Jun 2013 06:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294856#M67695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T06:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to delete blank spaces in 1 string (talend open studio)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294857#M67696</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LLjoAAG"&gt;@umeshrakhe&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Can you help on this issue please? 
&lt;BR /&gt;Link: 
&lt;A href="https://community.qlik.com/s/feed/0D73p000004kTC4CAM#M77213" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Tmap-Error-NumberFormatException-For-input-string/m-p/122572#M77213&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you.</description>
      <pubDate>Mon, 04 Jun 2018 13:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-delete-blank-spaces-in-1-string-talend-open-studio/m-p/2294857#M67696</guid>
      <dc:creator>RA6</dc:creator>
      <dc:date>2018-06-04T13:55:50Z</dc:date>
    </item>
  </channel>
</rss>

