comma-separated values manipulator (using XS or PurePerl)
Text::CSV provides facilities for the composition and decomposition of files
containing comma-separated value records. An instance of the Text::CSV 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.
.
This module will automatically select the best available implementation of
the algorithm, whether the Pure Perl version present in this package, or the
C/XS implementation, available in libtext-csv-xs-perl.
Attachment | Size | Date |
---|---|---|
libtext-csv-perl_1.21-1_all.deb | 58.41 KB | 05/08/2013 - 14:42 |
libtext-csv-perl (1.21-1) unstable; urgency=low
[ Ansgar Burchardt ]
* Update my email address.
[ Salvatore Bonaccorso ]
* New upstream release
* Bump versioned Recommends on libtext-csv-xs-perl to (>= 0.80).
Recent comments