Skip Menu |

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

Report information
The Basics
Id: 38083
Status: resolved
Priority: 0/
Queue: Text-CSV

People
Owner: Nobody in particular
Requestors: MSISK [...] cpan.org
Cc:
AdminCc:

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



Setting escape_char to undef appears to break parsing, regardless of the value of sep_char. In other words, the following will not parse correctly: $p = Text::CSV_PP->new( sep_char => '|', quote_char => undef, ); This does, however, work in Text::CSV_XS Thanks, Matt
Subject: quote_char=undef breaks parse
Sorry -- quote_char, not escape_char -- the example code illustrates the correct problem. Thanks, Matt
Thanks for your report! Resolved in Text::CSV 1.07. Regards,