How does it get on with this:
code:
The following field contains a comma,"Doe, John"
The following field contains a quote,"He said ""Don't quote me on that"""
The following field contains three quote characters in a row,""""""""
The following field contains quote-comma-quote-quote-comma-quote,""","""","""

Horrible, huh?

This is an example generated from Excel. Each row contains only two fields, the second fiels which when unpacked should read:
quote:
Doe, John
"Don't quote me on that"
"""
","","



[ 31. January 2003, 14:21: Message edited by: Richard H. ]