Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 47567 invoked from network); 13 Nov 2008 21:34:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 21:34:36 -0000 Received: (qmail 47593 invoked by uid 500); 13 Nov 2008 21:34:42 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 47528 invoked by uid 500); 13 Nov 2008 21:34:42 -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 47516 invoked by uid 99); 13 Nov 2008 21:34:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 13:34:42 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 21:33:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5D2FE234C287 for ; Thu, 13 Nov 2008 13:33:44 -0800 (PST) Message-ID: <444027632.1226612024380.JavaMail.jira@brutus> Date: Thu, 13 Nov 2008 13:33:44 -0800 (PST) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (SANDBOX-218) CSV reader doesn't handle older Mac line endings In-Reply-To: <668522151.1204172091809.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/SANDBOX-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated SANDBOX-218: ---------------------------------- Fix Version/s: CSV 1.0 > CSV reader doesn't handle older Mac line endings > ------------------------------------------------ > > Key: SANDBOX-218 > URL: https://issues.apache.org/jira/browse/SANDBOX-218 > Project: Commons Sandbox > Issue Type: Bug > Components: CSV > Reporter: Trejkaz > Fix For: CSV 1.0 > > Attachments: SANDBOX-218.patch > > > Older Mac OS line endings which just have \r don't get treated as line endings by the current CSV parser. > Most likely the simplest way to get around this is to delegate to a BufferedReader to reuse its line ending code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.