<?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 Issue Regarding Violated Column in Excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346088#M113532</link>
    <description>&lt;P&gt;I have a CSV File in which last Row is violated, ScreenShot is being Attached Below.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can i remove 3 semicolons using StringHandling.ERREPLACE() i.e.&lt;/P&gt; 
&lt;P&gt;which syntax will be use to remove 3 semicolons ";;;" using&amp;nbsp;&lt;SPAN&gt;String&lt;/SPAN&gt;Handling.ERREPLACE&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Total_Calls row is Violated by three semicolons" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxG9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144170iA1B51C586D8A8F55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxG9.png" alt="0683p000009LxG9.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Total_Calls row is Violated by three semicolons&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:13:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:13:03Z</dc:date>
    <item>
      <title>Issue Regarding Violated Column in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346088#M113532</link>
      <description>&lt;P&gt;I have a CSV File in which last Row is violated, ScreenShot is being Attached Below.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How can i remove 3 semicolons using StringHandling.ERREPLACE() i.e.&lt;/P&gt; 
&lt;P&gt;which syntax will be use to remove 3 semicolons ";;;" using&amp;nbsp;&lt;SPAN&gt;String&lt;/SPAN&gt;Handling.ERREPLACE&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Total_Calls row is Violated by three semicolons" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxG9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144170iA1B51C586D8A8F55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxG9.png" alt="0683p000009LxG9.png" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Total_Calls row is Violated by three semicolons&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346088#M113532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding Violated Column in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346089#M113533</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOQUAA4"&gt;@meetmahajan&lt;/A&gt;,can you use below funtion in tMap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row1.total.replace(";","")&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;row1.total.replaceAll(";","")&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 07:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346089#M113533</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-25T07:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding Violated Column in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346090#M113534</link>
      <description>Try StringHandling.ERREPLACE(yourString, ";;;$", "") or StringHandling.ERREPLACE(yourString, "\;\;\;$", "")</description>
      <pubDate>Fri, 25 May 2018 07:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346090#M113534</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-05-25T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue Regarding Violated Column in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346091#M113535</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Thank you so much&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Both Method Works very Well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (38).png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxM6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151113iDB2ACC187BF0A6F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxM6.png" alt="0683p000009LxM6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 May 2018 07:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-Regarding-Violated-Column-in-Excel/m-p/2346091#M113535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-25T07:25:23Z</dc:date>
    </item>
  </channel>
</rss>

