On Jan 4, 2008 4:08 AM, Michael Lackhoff <[EMAIL PROTECTED]> wrote: > Thanks for the hint but the result is the same, that is, ""quoted"" > behaves exactly like \"quoted\": > - both leave the single unescaped quote in the record: "quoted" > - both have the problem with a backslash before the escaped quote: > "This is text with a \""quoted"" string" gives an error "invalid > char between encapsualted token end delimiter".
Hmmm, this looks like it's probably a CSV bug. Could you please file a bug report with that component? http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310491&component=12311182&sorter/field=issuekey&sorter/order=DESC -Yonik