

Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reading a TXT file into QlikView or Qlik Sense does not load all records and rows due to MSQ Standard
Last Update:
Jun 3, 2022 7:08:00 AM
Updated By:
Created date:
Jun 3, 2022 7:08:00 AM
Reading a text file into QlikView or Qlik Sense does not result in all records being loaded. What can be done to resolve this?
Resolution
If no quotes are to be accepted in the text file, the no quotes specifier should be used.
By default, the quotes " " or ' ' can be used, but only if they are the first and last non blank character of a field value.
The no quotes specifier is only relevant for txt files. MSQ indicates that modern style quoting is assumed.
By removing MSQ from the load statement, every row will be loaded.
Changing "Quoting" from MSQ to Standard in the File Import Wizard will also resolve the problem.
Environment
1,505 Views
Comments

Contributor III
2023-07-19
07:40 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
"By removing MSQ from the load statement, every row will be loaded." >> Perfect! Thanks!