Just happened to notice that StringUtils.unescapeCsv() does not check that embedded double-quotes occur in pairs.
Should this condition be detected, and if so, what should happen? Throw an Exception? Return the original string untranslated? Just document the behaviour? At present the string <"foo"bar"> is returned as <foo"bar>. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]