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 !