![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Recommendations for parsing invalid CSVby Tux (Canon) |
on Apr 21, 2008 at 22:48 UTC ( #682041=note: print w/replies, xml ) | Need Help?? |
OK, I nailed it. C<allow_loose_quotes> now also works inside quoted fields, under the condition that the C<escape_char> is not equal to the C<quote_char>. Code like that is very unlikely to have some valid escape sequence anyway. From 0.43 onward, you can parse those lines with
Enjoy, Have FUN! H.Merijn
In Section
Seekers of Perl Wisdom
|
|