On Sat, 11 Sep 2010, Melton Low wrote:

> When you saved the spreadsheet as a csv file, you probably took the
> default delimiter which happens to be a comma.  You should check for a
> cell with data that has a comma in it. The embedded comma would be treated
> as a column separator which would result in the extra column.

Mel,

   Oh, Duh! That's probably it. I had similar issues months ago and thought
that I had saved the e-mail message with the solution, but grep'ing my mail
directory didn't find it.

   What I did then, and will do again now, is replace the field separators
with '|'. Emacs is very good with this.

Thanks very much,

Rich
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to