Hi everyone, Question of Logic I have difficulty in parsing comma separated file, hence I'm using Vector of vector. I've delegated CSVParser class inorder to handle this function. But if my understanding is correct the open() function relates to the save() method. Thus my approach failed due to "\n" appearing in the last few line of the file. If this was the case my application doesn't parse the file but instead throws ArrayIndexOutOfBoundsException. My application should have the ability to open, save & allow editing. It should be able to open CSVFile's that consist of some lines that are blank which appear after the header & others which are half the lenght of the header. This is really urgent and I would appreciate any suggestions. Thanking You in Advance. with regards rushi _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. _______________________________________________ Swing mailing list [EMAIL PROTECTED] http://eos.dk/mailman/listinfo/swing
