<?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 Data loading disturbed by an accidental character in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580029#M679724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem i am experiencing with some of my csv files is that Qlikview stops loading data from the file when it encounters a special character - a little right arrow. I have no idea how the arrow ended up in the raw data file. the excel function 'CODE' says that the ascii code for this character is 26. So i tried to replace these with the following line of script:&lt;/P&gt;&lt;P&gt;Replace(SURNAME, Chr(26), ' ') as SURNAME&lt;/P&gt;&lt;P&gt;but this does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i could manually delete these columns that contain this guy but i'm not sure if i can catch them all.&lt;/P&gt;&lt;P&gt;Below is an example of the troublemaker -also in the attached file. Any ideas how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 463px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="80" width="463"&gt;Andrea Nicol&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 15:33:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-15T15:33:40Z</dc:date>
    <item>
      <title>Data loading disturbed by an accidental character</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580029#M679724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem i am experiencing with some of my csv files is that Qlikview stops loading data from the file when it encounters a special character - a little right arrow. I have no idea how the arrow ended up in the raw data file. the excel function 'CODE' says that the ascii code for this character is 26. So i tried to replace these with the following line of script:&lt;/P&gt;&lt;P&gt;Replace(SURNAME, Chr(26), ' ') as SURNAME&lt;/P&gt;&lt;P&gt;but this does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i could manually delete these columns that contain this guy but i'm not sure if i can catch them all.&lt;/P&gt;&lt;P&gt;Below is an example of the troublemaker -also in the attached file. Any ideas how to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="WIDTH: 463px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="80" width="463"&gt;Andrea Nicol&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 15:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580029#M679724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading disturbed by an accidental character</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580030#M679725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I load your file without problem, below the script&lt;/P&gt;&lt;P&gt;But do you have problem with the excel you posted or with another (csv) file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace(D, Chr(26), ' ') as D, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Book1.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 17:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580030#M679725</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-15T17:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data loading disturbed by an accidental character</title>
      <link>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580031#M679726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've just noticed that this little annoying character didn't even show in the body of my previous post...&lt;/P&gt;&lt;P&gt;The excel that I uploaded was not the best example as I have now discovered that this problem occurs in CSV files only and also Qlikview will load the recordthat contains this character but will not load any recordsbelow that one. The excel had one record only so it will load anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in the beginning my load script ended with the following :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;codepage&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1252, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ',', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;msq&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;after ticking 'Ignore End of File' the problem seems to be sorted and the last line should look like that:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;(&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;codepage&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; 1252, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;embedded&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;labels&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;delimiter&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;is&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ',', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;msq&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;SPAN style="text-decoration: underline;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; text-decoration: underline;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG&gt;no&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 8pt;"&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;eof&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN style="color: #ff8000; font-size: 8pt; text-decoration: underline;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;thanks,&lt;BR /&gt;Artur&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 10:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-loading-disturbed-by-an-accidental-character/m-p/580031#M679726</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-16T10:38:29Z</dc:date>
    </item>
  </channel>
</rss>

