<?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: tReplace not removing comma in Talend workflow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215412#M11837</link>
    <description>&lt;P&gt;Hi Azimulh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think tReplace working as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used tReplace to replace ',' with '-', please find the output below.&lt;/P&gt;&lt;P&gt;Starting job job_replace at 08:10 19/04/2017.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3842&lt;BR /&gt;[statistics] connected&lt;BR /&gt;.-----------.&lt;BR /&gt;|SourceData |&lt;BR /&gt;|=---------=|&lt;BR /&gt;|COL |&lt;BR /&gt;|=---------=|&lt;BR /&gt;|ABC,XYZ,123|&lt;BR /&gt;|ZXC,VBN,M |&lt;BR /&gt;|ASD,FGH,JKL|&lt;BR /&gt;'-----------'&lt;/P&gt;&lt;P&gt;.-----------.&lt;BR /&gt;|AfterReplace|&lt;BR /&gt;|=---------=|&lt;BR /&gt;|COL |&lt;BR /&gt;|=---------=|&lt;BR /&gt;|ABC-XYZ-123|&lt;BR /&gt;|ZXC-VBN-M |&lt;BR /&gt;|ASD-FGH-JKL|&lt;BR /&gt;'-----------'&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job job_replace ended at 08:10 19/04/2017. [exit code=0]&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2017 14:15:31 GMT</pubDate>
    <dc:creator>vboppudi</dc:creator>
    <dc:date>2017-04-19T14:15:31Z</dc:date>
    <item>
      <title>tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215407#M11832</link>
      <description>&lt;P&gt;I have a workflow which i am using to remove comma sign , from the data. However its is not working. I tried un-checking &lt;STRONG&gt;"Whole word"&lt;/STRONG&gt;&amp;nbsp;field too, but to no avail.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 734px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lu1x.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148576i8AEEF8D4815A7394/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lu1x.jpg" alt="0683p000009Lu1x.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 13:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215407#M11832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T13:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215408#M11833</link>
      <description>&lt;P&gt;It should works with tMap and the following regex:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;row1.id.replaceAll(",", "")&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Apr 2017 13:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215408#M11833</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-19T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215409#M11834</link>
      <description>&lt;P&gt;Not working either. I tried that too.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 13:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215409#M11834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T13:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215410#M11835</link>
      <description>&lt;P&gt;It does.&lt;/P&gt; 
&lt;P&gt;Here the string to change:&lt;/P&gt; 
&lt;PRE&gt;"a piece, of text, with undesired, commas,"&lt;/PRE&gt; 
&lt;P&gt;the tMap:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tReplaceAll.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ltyg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144924iD0CD906E58C68A6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ltyg.png" alt="0683p000009Ltyg.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;and the result:&lt;/P&gt; 
&lt;PRE&gt;[statistics] connected
a piece of text with undesired commas
[statistics] disconnected&lt;/PRE&gt; 
&lt;P&gt;Try again.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215410#M11835</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-19T14:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215411#M11836</link>
      <description>&lt;P&gt;I wonder if it is because&amp;nbsp;i am using tFileInputFullRow component? I tried not only on this field, but also on other fields too, yet it is not working.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215411#M11836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T14:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215412#M11837</link>
      <description>&lt;P&gt;Hi Azimulh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i think tReplace working as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i used tReplace to replace ',' with '-', please find the output below.&lt;/P&gt;&lt;P&gt;Starting job job_replace at 08:10 19/04/2017.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3842&lt;BR /&gt;[statistics] connected&lt;BR /&gt;.-----------.&lt;BR /&gt;|SourceData |&lt;BR /&gt;|=---------=|&lt;BR /&gt;|COL |&lt;BR /&gt;|=---------=|&lt;BR /&gt;|ABC,XYZ,123|&lt;BR /&gt;|ZXC,VBN,M |&lt;BR /&gt;|ASD,FGH,JKL|&lt;BR /&gt;'-----------'&lt;/P&gt;&lt;P&gt;.-----------.&lt;BR /&gt;|AfterReplace|&lt;BR /&gt;|=---------=|&lt;BR /&gt;|COL |&lt;BR /&gt;|=---------=|&lt;BR /&gt;|ABC-XYZ-123|&lt;BR /&gt;|ZXC-VBN-M |&lt;BR /&gt;|ASD-FGH-JKL|&lt;BR /&gt;'-----------'&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job job_replace ended at 08:10 19/04/2017. [exit code=0]&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215412#M11837</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2017-04-19T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215413#M11838</link>
      <description>&lt;P&gt;If you use t&lt;SPAN&gt;FileInputFullRow, you have a single field called "line" by default, don't you?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you share your job (t&lt;SPAN&gt;FileInputFullRow schema and tMap)?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 14:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215413#M11838</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-19T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215414#M11839</link>
      <description>&lt;P&gt;How do i share the workflow? I mean any tutorial on how to export and secondly, i do not see any filed in this discussion forum to attach anything&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:08:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215414#M11839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T15:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215415#M11840</link>
      <description>&lt;P&gt;You can attach a captured image (click on the camera when editing a post)&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215415#M11840</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-19T15:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215416#M11841</link>
      <description>&lt;P&gt;I have added the images below. Also some sample data&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;id
Shenzhen City, Guangdong, China
Rest of Hunan, China
China
Wuxi City, Jiangsu, China
Jinshan District, Shanghai, China
JingÕan District, Shanghai, China
Yangpu District, Shanghai, China&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 736px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuPR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138297i5C6E28EF894E1E12/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuPR.jpg" alt="0683p000009LuPR.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuGH.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156456iBC6F767E6863B844/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuGH.jpg" alt="0683p000009LuGH.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215416#M11841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T15:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215417#M11842</link>
      <description>It works for me.&lt;BR /&gt;Did you change the tFileInputFullRow schema?</description>
      <pubDate>Wed, 19 Apr 2017 15:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215417#M11842</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-19T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215418#M11843</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Replace.PNG" style="width: 707px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuGv.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128229iD56151CFFAE1093E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuGv.png" alt="0683p000009LuGv.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Used data provided by you.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Logic in tReplace is&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Replace1.PNG" style="width: 826px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuPb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152308i478CCA91D3974CEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuPb.png" alt="0683p000009LuPb.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215418#M11843</guid>
      <dc:creator>vboppudi</dc:creator>
      <dc:date>2017-04-19T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215419#M11844</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="forge1.PNG" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuPg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137844i090DB6E0D7164C07/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuPg.png" alt="0683p000009LuPg.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tlogRow.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuPl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154926iDED2713D67F36A35/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuPl.png" alt="0683p000009LuPl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmap1.PNG" style="width: 200px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuEK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148542i053AD6204DC278DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuEK.png" alt="0683p000009LuEK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The tReplace should work , have you tried unchecking the whole word?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215419#M11844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T15:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215420#M11845</link>
      <description>&lt;P&gt;yes it worked. However,&amp;nbsp;if there are 2 columns, it gives issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2017 15:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215420#M11845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-19T15:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215421#M11846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;If I have multiple condition to replace like below :-&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A|B should be A,B&lt;/P&gt; 
&lt;P&gt;A B should be A_B&lt;/P&gt; 
&lt;P&gt;I gave condition like below :-&lt;/P&gt; 
&lt;P&gt;row1.latest_file_col_list("|",",") ||&lt;/P&gt; 
&lt;P&gt;row1.latest_file_col_list(" ","_")&amp;nbsp;&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLqvAAG"&gt;@Enthusiast&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;yes it worked. However,&amp;nbsp;if there are 2 columns, it gives issues.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It is giving me syntax error. Please suggest.&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLqvAAG"&gt;@Enthusiast&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;yes it worked. However,&amp;nbsp;if there are 2 columns, it gives issues.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 11:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215421#M11846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T11:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: tReplace not removing comma in Talend workflow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215422#M11847</link>
      <description>&lt;P&gt;forgot to add :-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.latest_file_col_list("|",",") ||&lt;/P&gt;&lt;P&gt;row1.latest_file_col_list(" ","_")&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still not working&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2019 11:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tReplace-not-removing-comma-in-Talend-workflow/m-p/2215422#M11847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-12T11:30:34Z</dc:date>
    </item>
  </channel>
</rss>

