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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

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

In reply to Re: The future of Text::CSV_XS - TODO by Tux
in thread The future of Text::CSV_XS - TODO by Tux

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found