<?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: How can we Add a space at end of string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279152#M54408</link>
    <description>&lt;P&gt;String str = "abc;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;str = str + " ";&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2019 15:42:09 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-03-21T15:42:09Z</dc:date>
    <item>
      <title>How can we Add a space at end of string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279151#M54407</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to add a space at end of the string to every row in a column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;My input&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pediatric Associates, LLP&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and &lt;STRONG&gt;Expected output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Pediatric Associates, LLP&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In above output space to be added at the end of the string&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can any have give an idea how to achieve my requirement?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279151#M54407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can we Add a space at end of string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279152#M54408</link>
      <description>&lt;P&gt;String str = "abc;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;str = str + " ";&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279152#M54408</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-21T15:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can we Add a space at end of string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279153#M54409</link>
      <description>&lt;P&gt;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18546"&gt;@uganesh&lt;/A&gt;&amp;nbsp;thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where can this be done , in tMap or tJavarow?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279153#M54409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T15:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How can we Add a space at end of string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279154#M54410</link>
      <description>&lt;P&gt;same thing ( Only on Last Column)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in tjavarow&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output_row.str = input_row.str + " ";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in tMap&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.str + " "&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 15:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279154#M54410</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-21T15:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can we Add a space at end of string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279155#M54411</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;A href="https://community.talend.com/t5/user/viewprofilepage/user-id/18546"&gt;@uganesh&lt;/A&gt;&amp;nbsp; it worked as per my requirement, Am doing camel casing for a strings, if the extension is CO&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;example before i had&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;Walgreens COunty CO&lt;/P&gt; 
&lt;P&gt;As it is checking for one space in and CO i wanted to add space at the end, and then changed code to find space CO space, now it worked exactly as per requirement.&lt;/P&gt; 
&lt;P&gt;Inially added space, later trimmed at the space at the end it worked fine&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After this the result is&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Walgreens County CO&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-we-Add-a-space-at-end-of-string/m-p/2279155#M54411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-21T16:12:02Z</dc:date>
    </item>
  </channel>
</rss>

