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. -- To unsubscribe e-mail to: [email protected] 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
