Topic: problems with large text file
Hey,
I would like to import a text file with about 20 columns with more than 300k lines.
Importing text files works fine till a size of about 20 columns with 250k lines, but if there are more than about 250k lines the program shows an ERROR called: "external exception EEFFACE".
My text file looks like this:
x y y y y y y y y y y y ...
1 0 -0.99060 0.04290 0.20670 -0.98670 0.02340 0.10920 0.95550 -0.06240 -0.40560 0.24960 ...
2 0 -0.98670 0.03900 0.20280 -0.98280 0.01950 0.10920 0.95940 -0.06630 -0.40560 0.24960 ...
3 5 -0.98670 0.04290 0.19500 -0.98280 0.01950 0.12480 0.96330 -0.06240 -0.40560 0.24570 ...
4 5 -0.99060 0.04680 0.21450 -0.98280 0.02730 0.11700 0.96330 -0.05850 -0.39390 0.24960 ...
5 3 -0.99060 0.04680 0.21060 -0.98670 0.03120 0.10920 0.96720 -0.06240 -0.40170 0.24960 ...
...
...
...
Is there any chance to import such large text files?
I'm using Windows XP with 2gb RAM.
I would be really happy if there is a chance to solve my problem :-)
Thank you, Tobi