<?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: Split and Interchange string text in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366902#M130334</link>
    <description>Thanks for the Perfect response.
&lt;BR /&gt;I needed this implementation in interchanging different date formats where i get feed name_date differently. It solved my issue.</description>
    <pubDate>Wed, 12 Jun 2019 19:09:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-12T19:09:44Z</dc:date>
    <item>
      <title>Split and Interchange string text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366900#M130332</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to split the string into two halves and then interchange in the tmap.&lt;/P&gt;
&lt;P&gt;Ex: my string is of length 8,&amp;nbsp; ABCDEFGH&lt;/P&gt;
&lt;P&gt;I want the output as EFGHABCD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest a solution.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 17:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366900#M130332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T17:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Split and Interchange string text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366901#M130333</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;Assuming the input is a not null column and always have 8 characters, please see the solution below.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 908px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5qj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138708i747CF951CDC2D7F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5qj.png" alt="0683p000009M5qj.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5qo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151708iB6EEE27B93AB3470/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5qo.png" alt="0683p000009M5qo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;row1.data.substring(4,8)+row1.data.substring(0,4)&lt;/PRE&gt; 
&lt;P&gt;You can check the length of the string as a parameter to function, if you want to change it dynamically for varying string length.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 18:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366901#M130333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T18:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Split and Interchange string text</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366902#M130334</link>
      <description>Thanks for the Perfect response.
&lt;BR /&gt;I needed this implementation in interchanging different date formats where i get feed name_date differently. It solved my issue.</description>
      <pubDate>Wed, 12 Jun 2019 19:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Split-and-Interchange-string-text/m-p/2366902#M130334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-12T19:09:44Z</dc:date>
    </item>
  </channel>
</rss>

