<?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 Replacing  delimiter  on load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027567#M84677</link>
    <description>&lt;P&gt;I have written my load script with delimiter of '%' and start loading the large txt file with many fields (100+). Some fields in the file has '%' inside and it breaks the output data. I have tried to replace the '%' with other chars but there is always some char in the fields that match and breaks the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I replace the '%' in the load process so that the data output will be correct?&lt;/P&gt;
&lt;P&gt;txt file:&lt;/P&gt;
&lt;P&gt;1%john%smith&lt;/P&gt;
&lt;P&gt;2%je&lt;FONT color="#FF0000"&gt;%&lt;/FONT&gt;an%smith&lt;/P&gt;
&lt;P&gt;Example of wrong data i get&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;john&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;je&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;an&lt;/TD&gt;
&lt;TD&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desired data:&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;john&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;jean&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 06:46:15 GMT</pubDate>
    <dc:creator>YanivZi</dc:creator>
    <dc:date>2023-01-19T06:46:15Z</dc:date>
    <item>
      <title>Replacing  delimiter  on load script</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027567#M84677</link>
      <description>&lt;P&gt;I have written my load script with delimiter of '%' and start loading the large txt file with many fields (100+). Some fields in the file has '%' inside and it breaks the output data. I have tried to replace the '%' with other chars but there is always some char in the fields that match and breaks the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I replace the '%' in the load process so that the data output will be correct?&lt;/P&gt;
&lt;P&gt;txt file:&lt;/P&gt;
&lt;P&gt;1%john%smith&lt;/P&gt;
&lt;P&gt;2%je&lt;FONT color="#FF0000"&gt;%&lt;/FONT&gt;an%smith&lt;/P&gt;
&lt;P&gt;Example of wrong data i get&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;john&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;je&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;an&lt;/TD&gt;
&lt;TD&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desired data:&amp;nbsp;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;john&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;jean&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;smith&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 06:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027567#M84677</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2023-01-19T06:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing  delimiter  on load script</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027574#M84679</link>
      <description>&lt;P&gt;I can't think of any logical way to identify which occurrence is garbage and which is not&lt;/P&gt;
&lt;P&gt;1) Either have the data cleaned up at source&lt;/P&gt;
&lt;P&gt;2) have the delimiter changed in the source file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 07:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027574#M84679</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2023-01-19T07:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing  delimiter  on load script</title>
      <link>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027583#M84681</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned Qlik is picking up the file correctly. Normally in a delimeted file if the the delimter is with a word it wrap in qoutes i.e. 'Je%an' then it would know to ignore it.&lt;/P&gt;
&lt;P&gt;I would say the file is the the issue and need to be corrected.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 07:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Replacing-delimiter-on-load-script/m-p/2027583#M84681</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-01-19T07:28:42Z</dc:date>
    </item>
  </channel>
</rss>

