Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

not same row number on QlikView and in my csv

Hello,

I have done a load from a CSV file without filters and I can't retrieve the same number of row in QlikView.

Did anyone already had this issue?

Thank you,

13 Replies
tchovanec
Creator II
Creator II

Qlikview will not show duplicates in a table. Do you have a primary key on the .csv?

pamaxeed
Partner - Creator III
Partner - Creator III

Hi,

it means when you are looking in your datamodel you see different number of rows compared to the .csv file?

Is that right?

Not applicable
Author

Yes

kji
Employee
Employee

Assuming you get fewer rows in QlikView, you might have some unbalanced quote characters. Changing Quoting from MSQ to Standard (remove ", msq" from the load statement) might help.

sinanozdemir
Specialist III
Specialist III

Can you share the csv file here?

Not applicable
Author

Hello,

In my csv file, I have 1,7M of rows.

In QlikView with msq selected, I have 967000 rows and with Standard selected, I have 586000 rows.

tchovanec
Creator II
Creator II

Can you create an extra field in your .csv that is just row number and then count that field after you load into Qlikview. Also, in the log file can you verify that all the records are being loaded into qlikview

Anonymous
Not applicable
Author

hi benjamin,

once you loaded data, please check in table viewer how many rows table has,compare with csv  no of records.

else add rowno() or recno() function  in load script which generates sequential number field and see max number of new field is matching with no of records in csv.

still count doesn't match,please post the csv here.

cjohnson
Partner - Creator II
Partner - Creator II

Hi Benjamin,

Can you try to change your from statement as shown below.

Change From:

change from.png

Change To:

change to.png

Sometimes it's an issue with a special quoting character that causes this.

Thanks,

Camile