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.36.tgz | 0000175357 171 KB | |
cpanspec.yml | 0000000591 591 Bytes | |
perl-Text-CSV_XS.changes | 0000026404 25.8 KB | |
perl-Text-CSV_XS.spec | 0000002178 2.13 KB |
Revision 37 (latest revision is 56)
Dominique Leuenberger (dimstar_suse)
accepted
request 623050
from
Stephan Kulow (coolo)
(revision 37)
- updated to 1.36 see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog 1.36 - 2018-06-26, H.Merijn Brand * Now also tested on FreeBSD-11.1 * Update to Devel::PPPort-3.42 * Fixed memory leak (Thanks DaveM) * Add undef_str attribute * Tested against perl-5.28.0 * Move from DynaLoader to XSLoader * Tested on Synology DSM
Comments 0