From: James Edward Gray II Date: 2006-04-28T13:01:53+09:00 Subject: Re: Q about the FasterCSV On Apr 27, 2006, at 9:36 PM, Pe�a, Botp wrote: > as long as the values are bounded by a comma, then they are csv > delimited. space is a value, right? There's no problem with the space, correct. The quote after it is what makes the document illegal. You always have to escape the escape character, and that's the quote. To do that, a field must begin with a quote... What's the correct way to handle: one, "two" ? Is the second field two or "two" or "two". I have no idea. I do know that it is invalid CSV though. ;) James Edward Gray II