Apache Commons CSV
Go to file
Jacopo Cappellato 822e653a0e Test cases for the scenarios described in SANDBOX-161:
* Double quotes (") should be escaped using two double quotes (""), rather than a backslash (\").
* Embedded line breaks are allowed and don't need to be escaped... just enclose the field in double quotes.
* Because backslashes are not used to escape double quotes or line breaks, the backslashes themselves do not need to be escaped.


git-svn-id: https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk@1065519 13f79535-47bb-0310-9956-ffa450edef68
2011-01-31 08:34:21 +00:00
src Test cases for the scenarios described in SANDBOX-161: 2011-01-31 08:34:21 +00:00
LICENSE.txt import of csv parser code, as donated by netcetera [code grant recorded] 2005-12-17 05:41:27 +00:00
NOTICE.txt TLP move related blanket changes. Please review if possible. 2007-07-31 15:45:52 +00:00
checkstyle.xml Switching to new copyright style: http://www.apache.org/legal/src-headers.html 2006-08-28 05:34:07 +00:00
pom.xml Upgrade to commons-sandbox-parent version 9 2010-04-21 22:55:26 +00:00