Trying to parse a .csv file with this handy editor, but keep getting an error message, "Error with loading D:hugefile.csv" the file is 7603201 lines long, with some lines containing less characters than others. Any suggestions?
I believe this is a buffer overflow error caused by the large number of lines contained in your CSV file. Try splitting the file to multiple smaller files and you will not encounter the error anymore.