On 2013-11-06 09:43, Mark Bourne wrote:
Steve Edmonds wrote:
I also import (open) CSV files with different structures. I use tab
delimited files where the data may contain commas (i.e. addresses).

There's no need to switch to tab delimited. Just quote each field using double-quotes. If you need a double-quote character, use two double-quotes. e.g.:
"Column 1", "Field, with comma", "Field ""with quotes""", "Column 4"

Mark.

Thanks, the other software generating the csv can only encapsulte the field whole in quotes, so would not double double quote. It was easier to just use the tab as delimiter.
steve


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to