<?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: Load script -  Issue loading .txt files in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963528#M79429</link>
    <description>&lt;P&gt;Hello Digvijay!&lt;/P&gt;
&lt;P&gt;I've created a data sample that shows the issues, and I've tried replying to your message several times over the past week. Unfortunately, I got an error message from the community, it looks like the inbox was full.&lt;/P&gt;
&lt;P&gt;I didn't know we have the option to upload from here until now.&lt;/P&gt;
&lt;P&gt;Sorry for my delay in sharing the sample data in QVD format with you.&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 02 Aug 2022 15:49:34 GMT</pubDate>
    <dc:creator>Leonardo-Sym</dc:creator>
    <dc:date>2022-08-02T15:49:34Z</dc:date>
    <item>
      <title>Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1958566#M79021</link>
      <description>&lt;P&gt;Hello to all!&lt;/P&gt;
&lt;P&gt;I'm trying to load a .txt file into Qlik Sense and I'm having a problem capturing all 32K rows in that file. I'm making a very simple load script from a single file and the end result in Qlik just shows me around 19k rows. I downloaded the original file, from the AWS S3 bucket, and compared it to the cvs download of a table created in Qlik from the same file. I noticed that after a specific number of lines it looks like the loading script is ignoring the end of a line and jumping between lines. I'm adding the load script here as an example.&lt;/P&gt;
&lt;P&gt;LOAD&lt;BR /&gt;[@1] as description,&lt;BR /&gt;[@2] as root,&lt;BR /&gt;[@3] as main_day,&lt;BR /&gt;[@4] as location,&lt;BR /&gt;[@5] as main_year,&lt;/P&gt;
&lt;P&gt;left(FileName(), len(FileName())-4) as dataset&lt;BR /&gt;&lt;BR /&gt;FROM [lib://xxx_S3/output/]&lt;BR /&gt;(txt, codepage is 28591, no labels, delimiter is ';', msq);&lt;/P&gt;
&lt;P&gt;I just don't know if it's a problem with the txt file format or a problem with the loading script.&lt;/P&gt;
&lt;P&gt;I will appreciate any thoughts on this.&lt;/P&gt;
&lt;P&gt;Thank you in advance!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 21:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1958566#M79021</guid>
      <dc:creator>Leonardo-Sym</dc:creator>
      <dc:date>2022-07-20T21:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1958610#M79023</link>
      <description>&lt;P&gt;If possible pl share a sample file to understand whats going on..&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 01:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1958610#M79023</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-07-21T01:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963528#M79429</link>
      <description>&lt;P&gt;Hello Digvijay!&lt;/P&gt;
&lt;P&gt;I've created a data sample that shows the issues, and I've tried replying to your message several times over the past week. Unfortunately, I got an error message from the community, it looks like the inbox was full.&lt;/P&gt;
&lt;P&gt;I didn't know we have the option to upload from here until now.&lt;/P&gt;
&lt;P&gt;Sorry for my delay in sharing the sample data in QVD format with you.&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 15:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963528#M79429</guid>
      <dc:creator>Leonardo-Sym</dc:creator>
      <dc:date>2022-08-02T15:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963572#M79436</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Did you try csv format, I see similar error mentioned in the below post, see if this helps as it appears debugging would need running load script, for me your connection won't work.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Load-from-txt-not-loading-all-records/td-p/822289" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Load-from-txt-not-loading-all-records/td-p/822289&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 16:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963572#M79436</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2022-08-02T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963596#M79440</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Ok, I'll try the CVS format instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 17:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963596#M79440</guid>
      <dc:creator>Leonardo-Sym</dc:creator>
      <dc:date>2022-08-02T17:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963983#M79457</link>
      <description>&lt;P&gt;Your issue might be caused from the msq setting and/or any EOF chars - therefore you may try it with zthe following again:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(txt, codepage is 28591, no labels, delimiter is ';', &lt;STRONG&gt;no eof&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 11:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1963983#M79457</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-08-03T11:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Load script -  Issue loading .txt files</title>
      <link>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1964158#M79471</link>
      <description>&lt;P&gt;Hello Marcus!&lt;/P&gt;
&lt;P&gt;I'll change the delimiter.&lt;/P&gt;
&lt;P&gt;Thank you very much for your catch!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 14:11:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Load-script-Issue-loading-txt-files/m-p/1964158#M79471</guid>
      <dc:creator>Leonardo-Sym</dc:creator>
      <dc:date>2022-08-03T14:11:34Z</dc:date>
    </item>
  </channel>
</rss>

