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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

Problem while loading CSV file (1GB) records into Qlikview

Dear Team,

I have big size csv file (1GB)  when I am trying to load into Qlikview  it is not picking up all records it stuck on record no 129107 i have 1009854 total records.

Script :

TAMSAsset:

LOAD

     *

FROM

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

//(txt, utf8, embedded labels, delimiter is ',', msq);

Please any one can guide what could be the issue ?

Vikas

Thanks in adv

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
1 Solution

Accepted Solutions
sunny_talwar

Not sure what could be the issue, but try and load this:

TAMSAsset:

First 129106

LOAD

     *

FROM

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

The above should go through without any issue (If it does not, you need to look into other possibilities)

Next try this and see if it still get stuck:

TAMSAsset:

First 129108

LOAD

     *

FROM

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

View solution in original post

3 Replies
sunny_talwar

Not sure what could be the issue, but try and load this:

TAMSAsset:

First 129106

LOAD

     *

FROM

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

The above should go through without any issue (If it does not, you need to look into other possibilities)

Next try this and see if it still get stuck:

TAMSAsset:

First 129108

LOAD

     *

FROM

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

vikasmahajan
Author

Thanks dear i will get back you.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
kashaboinaraj
Creator
Creator

TAMSAsset:

First 129106

LOAD

     *

it will work surely

regards

vishnu