From: James Edward Gray II Date: 2006-05-06T03:35:54+09:00 Subject: Re: CSV::IllegalFormatError (Need to club data entry person) On May 5, 2006, at 11:48 AM, Sean Clark wrote: > "M1234567","John","A","Doe","321 NORTH "B" > ST","","Sometown","ST","55555" Well, the long and the short of this story is that the above line is not valid CSV. Gotta fix that somehow: by hand, with a preprocessor, or by fixing the broken software that spit it out. :( James Edward Gray II