Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading a Large Text File

Hi,

I'm having a problem loading a text file with 1.4 milions lines...

LOAD ExternalQABatchKey,

     SalesTransactionLineKey,

     PharmacyID,

     DayKey,

     SalesDateTime,

     HMRFixedProductPackCode,

     ProductID,

     ProductName,

     UnitPrice,

     QuantitySold,

     PricePaid

FROM

SalesTransactionLine_OutliersData.txt

(txt, codepage is 1252, embedded labels, delimiter is '|', msq);

It only loads next to 700.000 lines and no error is registered!

Thanks in advance,

Francisco

1 Solution

Accepted Solutions
Not applicable
Author

I found the problem in the exporting tool that made the file!

Thanks

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

I know it is a heavy work but probably there is a special Character that stop loading ... try to find it

(If you know the line where it stops, create a second file from that point on and verify if it loads)

Not applicable
Author

Can you upload a portion of the txt file?  This probably has something to do with how QV is parsing the file.

Not applicable
Author

I found the problem in the exporting tool that made the file!

Thanks