<?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: 600000 Records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743994#M1260824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i Have deleted the lines and stops again at same line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 23:17:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-13T23:17:00Z</dc:date>
    <item>
      <title>600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743992#M1260817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello i have a txt file with 600000 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i reload only 290.000 will be loaded.&lt;/P&gt;&lt;P&gt;I know that it is possible to load 600000 recrods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why stops it at 290.000 recs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743992#M1260817</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743993#M1260820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;probably is because there's a symbol that is interfering with your data. For example let's say that your file is a comma separated file and one of your records contains this string:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, text, text, &lt;STRONG&gt;'some text ' some more text'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example the single quotes are used for grouping text that contains spaces. However, there's another single quote that is actually part of the string. This will make your script to stop loading. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an example, but in your case it could be something like this. Check if there's something strange in the record where your text file stops loading,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 22:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743993#M1260820</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-11-13T22:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743994#M1260824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;i Have deleted the lines and stops again at same line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 23:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743994#M1260824</guid>
      <dc:creator />
      <dc:date>2014-11-13T23:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743995#M1260826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to load the same into Excel Delimited .CSV file format and verify that all loads as you expect.&lt;/P&gt;&lt;P&gt;If not, then something is wrong with your data.&lt;/P&gt;&lt;P&gt;After all is loaded, save again to a .CSV Comma delimited and try to load again to QlikView&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 23:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743995#M1260826</guid>
      <dc:creator>jduenyas</dc:creator>
      <dc:date>2014-11-13T23:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743996#M1260828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think Jamie is on the right track. It's usually improperly escaped characters. In a CSV the double " is used to escape commas. " is also used as symbol for inches. Several times I have seen descriptions like &lt;/P&gt;&lt;P&gt;27" Monitor&lt;/P&gt;&lt;P&gt;cause a problem if the " is not escaped as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data problem is always on the line where it stops, it may be a few lines behind. Try deleting 1000 lines prior to the failure. If that fixes it you can begin narrowing it down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 00:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743996#M1260828</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-11-14T00:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743997#M1260830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another idea that may be helpful: let QlikView assist you in finding the bad punctuation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Load lines with a line counter.&lt;/LI&gt;&lt;LI&gt;Create a table box will all fields from the text file and sort the content on descending line number.&lt;/LI&gt;&lt;LI&gt;Look for the earliest field value that is definitely wrong or &lt;EM&gt;out of order&lt;/EM&gt;.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 08:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743997#M1260830</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-11-14T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743998#M1260832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter has given you a way to analyse you data and find the ill sections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:01:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743998#M1260832</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-11-14T09:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: 600000 Records</title>
      <link>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743999#M1260833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try this one and see those records&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/71244_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/600000-Records/m-p/743999#M1260833</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-11-14T09:02:33Z</dc:date>
    </item>
  </channel>
</rss>

