<?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: Data Cleansing in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330479#M99552</link>
    <description>Thanks for your prompt response, its working</description>
    <pubDate>Wed, 16 May 2018 15:58:21 GMT</pubDate>
    <dc:creator>muralam</dc:creator>
    <dc:date>2018-05-16T15:58:21Z</dc:date>
    <item>
      <title>Data Cleansing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330476#M99549</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Apologies if it sounds a stupid question. I need to do data cleaning as below&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
 &lt;TBODY&gt;
  &lt;TR&gt;
   &lt;TD&gt;&lt;STRONG&gt;Original Data&lt;/STRONG&gt;&lt;/TD&gt;
   &lt;TD&gt;&lt;STRONG&gt;Transformed Data expected&lt;/STRONG&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;MAY 1000394&lt;/TD&gt;
   &lt;TD&gt;MAY1000394(remove spaces &lt;SPAN&gt;and convert to UpperCase&lt;/SPAN&gt;)&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;MAY 73-4506&lt;/TD&gt;
   &lt;TD&gt;MAY73-4506&lt;SPAN&gt;(remove spaces and convert to UpperCase)&lt;/SPAN&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;MAY v 1915&lt;/TD&gt;
   &lt;TD&gt;MAYV1915&lt;SPAN&gt;(remove spaces and convert to UpperCase)&lt;/SPAN&gt;&lt;/TD&gt;
  &lt;/TR&gt;
  &lt;TR&gt;
   &lt;TD&gt;MAY-P8181&lt;/TD&gt;
   &lt;TD&gt;MAYP8181(&lt;SPAN&gt;and convert to UpperCase, also&amp;nbsp;&lt;/SPAN&gt;remove '-' after MAY)&lt;/TD&gt;
  &lt;/TR&gt;
 &lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help out with a solution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Meena&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 14:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330476#M99549</guid>
      <dc:creator>muralam</dc:creator>
      <dc:date>2018-05-16T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data Cleansing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330477#M99550</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLWmAAO"&gt;@muralam&lt;/A&gt;&amp;nbsp;- is this the complete data set or these are few samples. The reason to know if the data &amp;amp; the "-&lt;SPAN&gt;" are in&amp;nbsp;f&lt;/SPAN&gt;&lt;SPAN&gt;ixed positions, or variable.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 14:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330477#M99550</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-05-16T14:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Cleansing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330478#M99551</link>
      <description>&lt;P&gt;Here is the solution in a tMAP&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 903px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxgG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146988iD6A8CCD2D9B97DD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxgG.png" alt="0683p000009LxgG.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Here is the code: in.originalData.trim().replace(" ","").replace("MAY-","MAY").toUpperCase()&lt;/P&gt; 
&lt;P&gt;Is that what you need?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;EDIT: better do this in this way :&amp;nbsp;&lt;SPAN&gt;in.originalData.trim().replace(" ","").toUpperCase().replace("MAY-","MAY")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 15:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330478#M99551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-16T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Cleansing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330479#M99552</link>
      <description>Thanks for your prompt response, its working</description>
      <pubDate>Wed, 16 May 2018 15:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-Cleansing/m-p/2330479#M99552</guid>
      <dc:creator>muralam</dc:creator>
      <dc:date>2018-05-16T15:58:21Z</dc:date>
    </item>
  </channel>
</rss>

