Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 76781 invoked from network); 2 Dec 2007 03:39:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2007 03:39:27 -0000 Received: (qmail 11250 invoked by uid 500); 2 Dec 2007 03:39:14 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 11171 invoked by uid 500); 2 Dec 2007 03:39:14 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 11158 invoked by uid 99); 2 Dec 2007 03:39:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Dec 2007 19:39:14 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Dec 2007 03:38:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 087EF714201 for ; Sat, 1 Dec 2007 19:38:43 -0800 (PST) Message-ID: <24324842.1196566723016.JavaMail.jira@brutus> Date: Sat, 1 Dec 2007 19:38:43 -0800 (PST) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-374) Add escaping for CSV columns to StringEscapeUtils In-Reply-To: <18365216.1195001082991.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547559 ] Henri Yandell commented on LANG-374: ------------------------------------ It's still a parser though. Effectively we're providing a method to implement parsers. Unless it's a spreadsheet in which for some reason each cell is parsing a subelement; but that seems less likely. Given the huge plethora of csv parsers out there, I'm not sure adding a method to Lang that does a tiny part of the job is a good idea. This doesn't feel like the Java time vs JODA time bit where there's some value in having a tiny bit of functionality in Lang before sending people off to JODA. I know the code's in there and all - but I don't think this adds enough to Lang. > Add escaping for CSV columns to StringEscapeUtils > ------------------------------------------------- > > Key: LANG-374 > URL: https://issues.apache.org/jira/browse/LANG-374 > Project: Commons Lang > Issue Type: Improvement > Affects Versions: 2.3 > Reporter: Niall Pemberton > Assignee: Niall Pemberton > Priority: Minor > Fix For: 2.4 > > Attachments: Lang-374-escapeCsv-v2.patch, LANG-374-escapeDelimited.patch, StringEscapeUtils_v3.patch, StringEscapeUtilsTest_v3.patch > > > Add escaping for CSV columns to StringEscapeUtils. > Further information on CSV columns available here: > http://en.wikipedia.org/wiki/Comma-separated_values > http://tools.ietf.org/html/rfc4180 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.