<?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: .TXT file upload interrupted, loads to application incomplete in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270535#M399707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is case Sensitive, I am not sure whether how your field looks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above you mentioned Simple retailer and where condition you are showing Retailer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM &amp;lt;Table&amp;gt; WHERE &lt;STRONG&gt;Lower&lt;/STRONG&gt;(&lt;STRONG&gt;RetailerFieldNameHere&lt;/STRONG&gt;) = '&lt;STRONG&gt;selco&lt;/STRONG&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then see how it seems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2017 10:10:16 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-02-01T10:10:16Z</dc:date>
    <item>
      <title>.TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270528#M399700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I have a very odd issue with my data in Qlik.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've been trying to import a text file, 2GB in size, from my local drive into Qlik (to put it through the whole data, extract, standard process).&amp;nbsp; But when I import the cleansed, standardised file into my application, it's only 54MB.&amp;nbsp; It's missing most of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried it on a completely new Qlik file, just with the import code and nothing else; no 'where' clauses, nothing.&amp;nbsp; But it still only loads a small amount of the data (1,021,413 records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas what can be causing this?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 08:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270528#M399700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T08:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270529#M399701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create one variable with using of &lt;STRONG&gt;NoOfRows&lt;/STRONG&gt;() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table-Directory:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * From Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vRows = NoOfRows('Table-Directory');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create Text object with the value of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=$(vRows)&lt;/STRONG&gt; // See how may records you see over there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, Try samething in DB then check whether two sources are coming same Or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Select *, Count(*) as 'NoOfRows' from Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270529#M399701</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T09:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270530#M399702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers, I'll try that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, I'm fairly sure about how many rows are loaded into the application.&amp;nbsp; I put a count on the primary key of the table, and every time I load it, only 1,021,413 rows are loaded (out of about 8 million).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say try the same thing in DB, do you mean my DataBase outside of Qlik?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270530#M399702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T09:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270531#M399703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool, Then must be limitation issue of .Txt file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it possible to share that .Txt file with us? &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt; When you say try the same thing in DB, do you mean my DataBase outside of Qlik?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, I am thinking the same one. Try from DB which out of in Qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270531#M399703</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T09:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270532#M399704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it would be possible I'm afraid, as it's 2GB in size, and it contains a lot of business-sensitive information (all the competitor information of a large company)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I've had a look at the DataBase that it comes from (SAS Enterprise Guide query).&amp;nbsp; There is nothing particularly different about the record that it stops at.&amp;nbsp; I've read somewhere that special characters can interrupt the load, but I see none on this record.&amp;nbsp; However, since the txt file is based on a webscrape, i.e. the data is taken directly from websites and dumped into a table, do you think the formatting of the data could be affecting the load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270532#M399704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T09:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270533#M399705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, Then how your data looks like. Try something like part - part using where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have data from 1990 - 2017 then use initial case like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * from Table Where YearField = '1990'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * from Table where YearField &amp;gt;= '1990' and YearField &amp;lt;= '2000'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use &lt;STRONG&gt;NoOfRows&lt;/STRONG&gt;() function to look the Rows &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like that and then see where this problem occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HTH&lt;/STRONG&gt; for this case&lt;/P&gt;&lt;P&gt;ANIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 09:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270533#M399705</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270534#M399706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried something similar.&amp;nbsp; There's a field called retailer, the name of the competitor.&amp;nbsp; Currently, it's only pulling in the top 1 million or so rows, so only the first retailer is in the data (Screwfix).&amp;nbsp; I've tried putting in a where clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM &amp;lt;Table&amp;gt; WHERE Retailer = 'Selco' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that there are records in that txt with Selco as the retailer, but adding this clause results in 0 rows being fetched.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270534#M399706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T10:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270535#M399707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is case Sensitive, I am not sure whether how your field looks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above you mentioned Simple retailer and where condition you are showing Retailer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * FROM &amp;lt;Table&amp;gt; WHERE &lt;STRONG&gt;Lower&lt;/STRONG&gt;(&lt;STRONG&gt;RetailerFieldNameHere&lt;/STRONG&gt;) = '&lt;STRONG&gt;selco&lt;/STRONG&gt;';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then see how it seems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270535#M399707</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T10:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270536#M399708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried that, doesn't seem to be any different.&amp;nbsp; Might it be the ampersand in 'B&amp;amp;Q' that's causing the issue? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 10:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270536#M399708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T10:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270537#M399709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That i can't help due to you are hiding the Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What was the 'B&amp;amp;Q' here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 11:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270537#M399709</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T11:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270538#M399710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the retailer field, the next retailer down from Screwfix is B&amp;amp;Q, and that's where the data stops.&amp;nbsp; I'm just now running a query on the original data set to remove the ampersand to see if that works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 11:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270538#M399710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T11:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270539#M399711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to provide atleast image for that B&amp;amp;Q to track the issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 11:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270539#M399711</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T11:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270540#M399712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="B&amp;amp;amp;Q.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151557_B&amp;amp;Q.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;As you can see, this is the retailer column.&amp;nbsp; The table is in order of Retailer, starting with 'Screwfix' and 'B&amp;amp;Q' proceeds screfix.&amp;nbsp; The ampersand (&amp;amp;) in B&amp;amp;Q may be causing some issues but I'm not sure.&amp;nbsp; Just trying to remove the ampersand now in SAS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 11:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270540#M399712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-01T11:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270541#M399713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, Finally your script seems like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *, Retailer from Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If so, you could use this for Testing&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Load *, Retailer from Table&lt;/STRONG&gt; where Retailer = "B&amp;amp;Q";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First try Something like above and if values come across on wall then club above one and below one then see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Load *, Retailer from Table where Retailer = "B&amp;amp;Q";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load *, Retailer from Table where Retailer &amp;lt;&amp;gt; "B&amp;amp;Q";&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 11:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270541#M399713</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-02-01T11:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: .TXT file upload interrupted, loads to application incomplete</title>
      <link>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270542#M399714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first take a look on the specified file-format for this load and add there &lt;STRONG&gt;no eof&lt;/STRONG&gt; and remove a possible &lt;STRONG&gt;msq&lt;/STRONG&gt;-entry so that it looked like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(txt, utf8, embedded labels, &lt;STRONG&gt;no eof&lt;/STRONG&gt;, delimiter is '\t')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 12:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TXT-file-upload-interrupted-loads-to-application-incomplete/m-p/1270542#M399714</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-01T12:19:20Z</dc:date>
    </item>
  </channel>
</rss>

