07-06-2006 12:52 PM
07-07-2006 04:31 AM
07-07-2006 04:37 AM
07-07-2006 05:07 AM
hi there,
please check the first line in your datafile. there's a EOL missing at the first set of data. this will lead to an extra number of (empty) cells in your table.
07-07-2006 05:22 AM
there's also a number of tabs at the end of your lines. remove them to minimize memory usage. i blew up your file to 32.000 lines, when loaded with the original header memory usage was ~190MB, with a corrected header and removed extra tabs usage was ~100MB.
07-07-2006 08:20 AM
07-07-2006 10:46 AM
07-07-2006 10:47 AM
07-07-2006 11:01 AM
07-10-2006 07:58 AM