So it would be very nice to add Text::CSV to the base of Perl to keep up with the competition ... an opportunity for positive press about keeping with the times and "data science" and such

After some random googling on this topic, I am unconvinced of the marketing value of adding CSV support to the Perl core.

I'm happy to be corrected, but suspect that YAML, XML, and JSON, for example, all have far higher sex appeal than CSV -- at least those three are listed at Data exchange on wikipedia while CSV is not.

I'm also unsure of the best way to find out what data exchange/data serialization formats are currently supported in Perl core. Based on How To Identify or List Core Modules, I tried these commands just now on perl 5.38 on Linux:

$ corelist -v 5.38.0 >corelist.tmp $ wc -l corelist.tmp 649 corelist.tmp $ grep -i JSON corelist.tmp JSON::PP 4.16 JSON::PP::Boolean 4.16 $ grep -i YAML corelist.tmp CPAN::Exception::yaml_not_installed 5.5 CPAN::Exception::yaml_process_error 5.5 CPAN::Meta::YAML 0.018 TAP::Parser::Result::YAML 3.44 TAP::Parser::YAMLish::Reader 3.44 TAP::Parser::YAMLish::Writer 3.44

Opinions/improvements welcome.


In reply to Re: Promoting Text::CSV to base Perl? by eyepopslikeamosquito
in thread Promoting Text::CSV to base Perl? by mldvx4

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



  • 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, details, 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, summary, 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.