And again, a lot of water has flown through <your favorite river>, so some highlights that might affect the end-users...
Personally I see myself going to use the stacked encoding quite a bit in the future:
# Read GZipped CSV
use PerlIO::gzip;
my $aoa = csv (in => "test.csv.gz", encoding => ":gzip");
# Write GZipped CSV
use PerlIO::gzip;
csv (
in => \@csv,
out => "test.csv.gz",
encoding => ":via(gzip):encoding(utf-8)",
);
1.40 - 2019-09-15
1.39 - 2019-03-15
- Add options -w/-b/-Z to csvdiff
- Fix strict on streaming EOF
1.38 - 2018-12-30
- Name the duplicate headers on error 1013
- Add missing attributes to default list (doc only, David H. Gutteridge)
- Add support for combined keys
- Look at $NO_COLOR for csvdiff
- Add support for key-value pair
1.37 - 2018-09-27
- Add munge as alias for munge_column_names
1.36 - 2018-06-26
Enjoy, Have FUN! H.Merijn
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.