Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: The future of Text::CSV_XS - TODO

by Tux (Canon)
on Sep 16, 2019 at 10:03 UTC ( [id://11106232]=note: print w/replies, xml ) Need Help??


in reply to The future of Text::CSV_XS - TODO

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

  • Fixed memory leak (Thanks DaveM)
  • Add undef_str attribute
  • Move from DynaLoader to XSLoader

Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11106232]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found