From: James Edward Gray II Date: 2006-08-29T07:30:47+09:00 Subject: Re: FasterCSV problem On Aug 28, 2006, at 5:22 PM, Mark Van Holstyn wrote: > I did end up cleaning the row myself. I just wondered if I was > missing the > option somewhere. The only reason I ask is because Excel/OOCalc > allow you to > say whether or not fields are surrounded by "'s. It would be a nice > option. I guess I'm dense today... FasterCSV is for parsing CSV. Without quoting, we are not talking about CSV. Can you please explain how `fields = line.split("\t")` fails you? If there's a real need for this, I'll consider it. But right now I would implement it as the above and I hope that's not what your asking for. ;) James Edward Gray II