<?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] String padding with space? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355147#M120959</link>
    <description>Hello,&lt;BR /&gt;When I tried to import "StringUtils" it fails at execution&lt;BR /&gt;StringUtils.rightPad(val, ln, ' ')&lt;BR /&gt;Any other idea to padd with space a string and avoid automatic "TRIM".&lt;BR /&gt;Kind regards,&lt;BR /&gt;JNB</description>
    <pubDate>Sat, 16 Nov 2024 13:27:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:27:42Z</dc:date>
    <item>
      <title>[resolved] String padding with space?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355147#M120959</link>
      <description>Hello,&lt;BR /&gt;When I tried to import "StringUtils" it fails at execution&lt;BR /&gt;StringUtils.rightPad(val, ln, ' ')&lt;BR /&gt;Any other idea to padd with space a string and avoid automatic "TRIM".&lt;BR /&gt;Kind regards,&lt;BR /&gt;JNB</description>
      <pubDate>Sat, 16 Nov 2024 13:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355147#M120959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] String padding with space?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355148#M120960</link>
      <description>with the use of ( StringBuilder sb = new StringBuilder(); ...      	sb.append(' ');&lt;BR /&gt;the output String is also trimed...&lt;BR /&gt;I wander how it succeeds in an outputPositionalFile when padding char is used with a StringBuilder...</description>
      <pubDate>Thu, 15 Apr 2010 17:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355148#M120960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-15T17:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] String padding with space?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355149#M120961</link>
      <description>The trouble is that I have an outputFileDelimited that is a mix between a CSV file and a positional file&lt;BR /&gt;field separator " "&lt;BR /&gt;    CSV options file with   Escape char "\"" and Text enclosure as well "\""&lt;BR /&gt;so I can manage to generate:&lt;BR /&gt;"4" "AIEOxxxx" "1"&lt;BR /&gt;"4" "AIxxxxxx" "0"&lt;BR /&gt;but not&lt;BR /&gt;"4" "AIEO    " "1"&lt;BR /&gt;"4" "AI      " "0"&lt;BR /&gt;I always have&lt;BR /&gt;"4" "AIEO" "1"&lt;BR /&gt;"4" "AI" "0"&lt;BR /&gt;as the " text enclosure is added after data manipulation and the String is trimed automatcically; spaces are deleted!!&lt;BR /&gt;It seems complicated to deal with these schema. (I use TOS 3.1.4)&lt;BR /&gt;In the positional file, I can't have text enclosure and in the delimeted file, I can't pad with space!!&lt;BR /&gt;Any help would be much appreciated!&lt;BR /&gt;kind regards,&lt;BR /&gt;JNB</description>
      <pubDate>Fri, 16 Apr 2010 09:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355149#M120961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-16T09:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] String padding with space?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355150#M120962</link>
      <description>In fact, it was a bug resolved in TOS 3.2.3 
&lt;BR /&gt;see bugTracker 0012692 for more details! 
&lt;BR /&gt;Special Thanks to MHIRT for prompt reply on BugTracker! 
&lt;BR /&gt;JNB</description>
      <pubDate>Fri, 16 Apr 2010 12:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-String-padding-with-space/m-p/2355150#M120962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-16T12:11:10Z</dc:date>
    </item>
  </channel>
</rss>

