Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a "CSV" string and parse a "CSV" string into fields. The module accepts either strings or...
HMBRAND/Text-CSV_XS-1.40 - 15 Sep 2019 12:50:52 GMTThis class is a simple subclass of Text::CSV_XS to set the default of these options (if unspecified), suitable for parsing TSV (tab-separated values) files: * sep_char To "\t". * quote_char To "undef". * escape_char To "undef"....
PERLANCAR/Text-CSV_XS-TSV-0.001 - 12 May 2019 04:31:39 GMTText::CSV::Easy_XS is a simple module for parsing and building CSV lines. This module is written in XS, which is much faster than the PurePerl alternative (Text::CSV::Easy_PP). You can use Text::CSV::Easy directly and it will make the best decision o...
WETERS/Text-CSV-Easy_XS-0.54 - 12 Sep 2018 13:46:45 GMTText::CSV_PP is a pure-perl module that provides facilities for the composition and decomposition of comma-separated values. This is (almost) compatible with much faster Text::CSV_XS, and mainly used as its fallback module when you use Text::CSV modu...
ISHIGAKI/Text-CSV-2.00 - 11 May 2019 02:58:31 GMTText::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...
ISHIGAKI/Text-CSV-2.00 - 11 May 2019 02:58:31 GMT" use base 'Text::CSV_XS'; " => see Text::CSV_XS. Roland Giersig had a presentation at YAPC 2007 called 'Techniques for Remote System-Monitoring'. He was explaining his search after a good logging format or how to store continuous flow of data in a m...
JKUTEJ/Text-ECSV-0.02 - 11 Dec 2016 13:11:15 GMTThis module splits file by specified number of part. The range of each part is from one line start to another/same line end. For example, file content is the following: 1111 22222222222222222222 3333 4444 If "$splitter->split(num => 3)", split like t...
KTAT/Text-Parts-0.16 - 05 Sep 2013 16:59:59 GMTDANBOO/Text-xSV-Slurp-0.23 - 18 Jun 2019 01:01:44 GMT
The use case for this module is when one has two CSV files of largely the same structure. Yet, the 'from.csv' has data which 'into.csv' lacks. In this initial release, Text::CSV::Merge only fills in empty cells; it does not overwrite data in 'into.cs...
LISANTRA/Text-CSV-Merge-0.05 - 27 Sep 2013 17:49:19 GMTThis module provides a single function, "table", which formats a two-dimensional array of data as CSV. This is basically a way to generate CSV using the same interface as that of Text::Table::Tiny (v0.03) or Text::Table::Org. The example shown in the...
PERLANCAR/Text-Table-CSV-0.021 - 20 Jan 2019 13:39:37 GMTThe module manipulates csv file: "identificator","value1" ... It is designet to work when multiple processes access the same file at the same time. It uses lazy initialization. That mean that the file is read only when it is needed. There are three s...
JKUTEJ/Text-CSV-Track-0.8 - 01 Nov 2007 13:40:37 GMTParsing CSV files is nasty. It seems so simple, but it usually isn't. Thankfully Text::CSV_XS takes care of most of that nastiness for us. Like many modules which have to deal with all manner of nastiness and edge cases, however, it can be clumsy to ...
TMTM/Text-CSV-Simple-1.00 - 20 Sep 2005 22:06:04 GMTThe Comma-Separated-Value ('CSV') format is the most common way to store spreadsheets or the output of relational database queries in plain-text format. However, since commas (or other designated field-separator characters) may be embedded within dat...
JKEENAN/Text-CSV-Hashify-0.11 - 22 May 2018 23:09:09 GMTThis module inherits Text::CSV and is aware of input/output encodings....
ZARQUON/Text-CSV-Encoded-0.25 - 28 Jan 2016 11:18:16 GMTPERLANCAR/Text-CSV-FromAOH-0.001 - 15 Apr 2019 10:51:10 GMT
This module provides a fast detection of the field separator character (also called field delimiter) of a CSV file, or more generally, of a character separated text file (also called delimited text file), and returns it ready to use in a CSV parser (...
ENELL/Text-CSV-Separator-0.20 - 02 Nov 2008 19:15:46 GMTText::CSV_PP::Simple simply provide a little wrapper around Text::CSV_PP to streamline the common case scenario....
COHTAN/Text-CSV_PP-Simple-0.0.5 - 26 Nov 2007 08:11:15 GMT"Text::CSV_PP::Iterator" is a pure Perl module. It is a convenient wrapper around Text::CSV_PP. Points of interest: o Text::CSV_PP::Iterator reads the file for you, using Iterator::IO. Warning: Iterator::IO V 0.02 has 3 bugs in it, where it does not ...
RSAVAGE/Text-CSV_PP-Iterator-1.03 - 24 Aug 2010 07:23:53 GMT