Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello i have a txt file with 600000 records.
When i reload only 290.000 will be loaded.
I know that it is possible to load 600000 recrods.
But why stops it at 290.000 recs?
Thx in advance
Hi,
probably is because there's a symbol that is interfering with your data. For example let's say that your file is a comma separated file and one of your records contains this string:
1, text, text, 'some text ' some more text'
In this example the single quotes are used for grouping text that contains spaces. However, there's another single quote that is actually part of the string. This will make your script to stop loading.
This is just an example, but in your case it could be something like this. Check if there's something strange in the record where your text file stops loading,
regards
Hi,
i Have deleted the lines and stops again at same line.
Try to load the same into Excel Delimited .CSV file format and verify that all loads as you expect.
If not, then something is wrong with your data.
After all is loaded, save again to a .CSV Comma delimited and try to load again to QlikView
I think Jamie is on the right track. It's usually improperly escaped characters. In a CSV the double " is used to escape commas. " is also used as symbol for inches. Several times I have seen descriptions like
27" Monitor
cause a problem if the " is not escaped as well.
The data problem is always on the line where it stops, it may be a few lines behind. Try deleting 1000 lines prior to the failure. If that fixes it you can begin narrowing it down.
-Rob
Another idea that may be helpful: let QlikView assist you in finding the bad punctuation
Peter
Peter has given you a way to analyse you data and find the ill sections.
Hi Ama,
Maybe try this one and see those records
Regards,
Sokkorn