comma-separated values manipulation routines
Text::CSV_XS provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV_XS class can combine
fields into a CSV string and parse a CSV string into fields.
The module accepts either strings or files as input and can utilize any
user-specified characters as delimiters, separators, and escapes so it is
perhaps better called ASV (anything separated values) rather than just CSV.
- Developed at devel:languages:perl
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-Text-CSV_XS && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Text-CSV_XS-1.39.tgz | 0000177188 173 KB | |
cpanspec.yml | 0000000591 591 Bytes | |
perl-Text-CSV_XS.changes | 0000027558 26.9 KB | |
perl-Text-CSV_XS.spec | 0000002180 2.13 KB |
Revision 39 (latest revision is 56)
Dominique Leuenberger (dimstar_suse)
accepted
request 686435
from
Lars Vogdt (lrupp)
(revision 39)
- update to 1.39 1.39 - 2019-03-15, H.Merijn Brand * It's 2019 * Fix tests to skip on Encode failing (PR#17 charsbar + klapperl) * Tested on Z/OS (s390x - Hercules) :) * Test with new Module::CPANTS::Analyse * Add options -w/-b/-Z to csvdiff * Fix strict on streaming EOF * Now also tested with cperl 1.38 - 2018-12-30, H.Merijn Brand * 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
Comments 0