<?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: MSQ format truncates data while loading from delimited text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900726#M992804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for the detailed explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 02:51:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-22T02:51:16Z</dc:date>
    <item>
      <title>MSQ format truncates data while loading from delimited text file</title>
      <link>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900722#M992799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am reading data from Semicolon delimited Text file in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For first time seen an issue where text file has 1000 records but qlikview read only 300 records.&lt;/P&gt;&lt;P&gt;By default MSQ quoting is been used. &lt;/P&gt;&lt;P&gt;Semicolon delimiter is used.&lt;/P&gt;&lt;P&gt;Could see there are few columns specifically in this text file alone that has semicolon in its value as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just tried reading same file using Standard format with again semicolon delimiter and could see all 1000 records have been read successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any reason why MSQ quoting dint work here. I got a requirement to read around 15 different text files. In this case which one is better to use whether MSQ quoting or standard one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 03:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900722#M992799</guid>
      <dc:creator />
      <dc:date>2015-07-18T03:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: MSQ format truncates data while loading from delimited text file</title>
      <link>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900723#M992800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be depend from the datastructure in those files if it's adviseable to use msq or not. In most cases it's not necessary to use it - I personal load each txt-file without msq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should simply try it with the different options and add a recno() and rowno() to your loads to make sure that all records are loaded and if not you could see which one is (why) missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 05:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900723#M992800</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-18T05:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: MSQ format truncates data while loading from delimited text file</title>
      <link>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900724#M992801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus. However trying to understand any use case or specific example why we would go for msq format and why data is truncated while using msq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Avin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 04:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900724#M992801</guid>
      <dc:creator />
      <dc:date>2015-07-19T04:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: MSQ format truncates data while loading from delimited text file</title>
      <link>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900725#M992803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MSQ is only an extended option to handle data-structures from txt/csv-files whose field-values are wrapped with some kind of delimiter which should avoid that other chars within them will be interpreted as row-delimieter. If you applied msq the data-structure and your file-format settings needs to fit excactly - if they don't fit it could lead to unpredictable results (read in help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have such field-wrapping use &lt;STRONG&gt;no quotes&lt;/STRONG&gt; instead of msq and my suggestions from above with recono/rowno to find the reasons. Further if the data-structure from your files is bad then you might need several loadings to get your data maybe at first something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD repalce(@1:n, 'x', 'y') FROM temp.txt (fix, codepage is 1252);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which is then the source for your main-load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Helpful could be if you tried to load your data with the table-wizard. There are many options available to handle unstructured data and it have a pre-view function. Unfortunately is the wizard not well documented but in this book (is generally recommended) you could find examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma;"&gt;&lt;STRONG&gt;QlikView 11 for Developers&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma;"&gt;Barry Harmsen und Miguel Garcia&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Tahoma;"&gt;ISBN-13: 978-1849686068&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 08:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900725#M992803</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-19T08:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: MSQ format truncates data while loading from delimited text file</title>
      <link>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900726#M992804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus for the detailed explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 02:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MSQ-format-truncates-data-while-loading-from-delimited-text-file/m-p/900726#M992804</guid>
      <dc:creator />
      <dc:date>2015-07-22T02:51:16Z</dc:date>
    </item>
  </channel>
</rss>

