Skip Menu |

This queue is for tickets about the Tie-Handle-CSV CPAN distribution.

Report information
The Basics
Id: 63546
Status: resolved
Priority: 0/
Queue: Tie-Handle-CSV

People
Owner: danboo [...] cpan.org
Requestors: fcharlier [...] ploup.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: (no value)



Subject: Problems parsing files with embedded newlines
Tie::Handle::CSV can't parse csv files with embedded newlines in columns due to using Text::CSV_XS's parse() method on maybe incomplete lines. Instead, the current version in git (with commits from 2010-01-25 and 2010-01-26)works due to using Text::CSV_XS's getline() to read and parse full lines. (cf. http://search.cpan.org/~hmbrand/Text-CSV_XS-0.79/CSV_XS.pm#Embedded_newlines) Would it be possible to release the current git version to CPAN for a cleaner installation of this package (via cpan) ? Thanks a lot !
On Thu Dec 02 14:28:47 2010, fcharlier wrote: Show quoted text
> Tie::Handle::CSV can't parse csv files with embedded newlines in > columns
I've uploaded version 0.13 with the changes to getline(). Let me know if it solves you issue. Thanks for the report. - danboo
Subject: Re: [rt.cpan.org #63546] Problems parsing files with embedded newlines
Date: Tue, 07 Dec 2010 12:58:39 +0100
To: bug-Tie-Handle-CSV [...] rt.cpan.org
From: François Charlier <fcharlier [...] ploup.net>
Le 07/12/2010 04:11, Daniel B. Boorstein via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=63546> > > On Thu Dec 02 14:28:47 2010, fcharlier wrote:
>> Tie::Handle::CSV can't parse csv files with embedded newlines in >> columns
> > I've uploaded version 0.13 with the changes to getline(). Let me know if it solves you issue. > Thanks for the report. > > - danboo >
Hi ! Thanks very much, it indeed solves my issue. -- François
Great. Marking as resolved.