<?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 blank space - csv file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241146#M28401</link>
    <description>Hi everyone,
&lt;BR /&gt;How to remove blank space at Talend job? I check 'Trim All Columns' at FileInputDelimited Advanced Settings. But when I recheck at SQL Server table. The data inserted is wrong cause it affect another columns value by set it NULL.
&lt;BR /&gt;Attached are csv file, image files of my job and error I received.
&lt;BR /&gt;Please help me on this matter. I'm still new to Talend.
&lt;BR /&gt;Thanks in advance!</description>
    <pubDate>Sat, 16 Nov 2024 12:08:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:08:34Z</dc:date>
    <item>
      <title>Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241146#M28401</link>
      <description>Hi everyone,
&lt;BR /&gt;How to remove blank space at Talend job? I check 'Trim All Columns' at FileInputDelimited Advanced Settings. But when I recheck at SQL Server table. The data inserted is wrong cause it affect another columns value by set it NULL.
&lt;BR /&gt;Attached are csv file, image files of my job and error I received.
&lt;BR /&gt;Please help me on this matter. I'm still new to Talend.
&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sat, 16 Nov 2024 12:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241146#M28401</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241147#M28402</link>
      <description>Hi, &lt;BR /&gt;I have seen your pic and found that something wrong with the string "getati sintetik dalam bentul&amp;lt;primer", what is the full source strings? Can you find "getati sintetik dalam bentul&amp;lt;primer" has been inserted in your DB? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 28 Nov 2012 06:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241147#M28402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T06:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241148#M28403</link>
      <description>Hi Sabrina,
&lt;BR /&gt;The full one is this - " Pembuatan kimia asas, baja dan sebatian nitrogen, plastik dan
&lt;BR /&gt; getati sintetik dalam bentul&amp;lt; primer"
&lt;BR /&gt;Looks like the string is in embedded newline format at Excel field. Do you know how to solve this?
&lt;BR /&gt;Thanks!</description>
      <pubDate>Wed, 28 Nov 2012 09:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241148#M28403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T09:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241149#M28404</link>
      <description>Hi, &lt;BR /&gt;How about setting the length of string longer in schema or change it in source file by manual. Actually, I have no idea about it. But I will consult my colleague and give you a satisfied response asap.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 28 Nov 2012 10:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241149#M28404</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T10:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241150#M28405</link>
      <description>hi all
&lt;BR /&gt;seems that you have a carriage return in your String. 
&lt;BR /&gt;Use editor that is possible to see "invisible caracter" and check if you have \n or \r (or both) in your String.
&lt;BR /&gt;In that case, if you have \n as a row delimiter, it's effectively a new line for the parser.
&lt;BR /&gt;Change delimiter or a best way for me, clean you data before use it (propagate further)
&lt;BR /&gt;hope it help
&lt;BR /&gt;regards
&lt;BR /&gt;laurent</description>
      <pubDate>Wed, 28 Nov 2012 10:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241150#M28405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241151#M28406</link>
      <description>If you need the line break in your values, enclose values with " . In this case this line break will not used as data set delimiter.</description>
      <pubDate>Wed, 28 Nov 2012 21:40:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241151#M28406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-28T21:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove blank space - csv file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241152#M28407</link>
      <description>+1 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 29 Nov 2012 08:01:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-blank-space-csv-file/m-p/2241152#M28407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-29T08:01:57Z</dc:date>
    </item>
  </channel>
</rss>

