Text::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 UTCThis is just a convenient wrapper around Text::CSV. It behaves mostly like R's read.table and write.table functions. This module has a very simple API and uses the simplest possible data structure for a table: a reference to a two-dimensional array. ...
LIMAONE/Text-CSV-R-0.3 - 26 Sep 2010 16:06:19 UTCHandle CSV input and output in the form of functional streams (lazily computed linked lists)....
PFLANZE/FunctionalPerl-0.72.43 - 18 Jan 2021 01:57:56 UTCParsing 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 UTCText::CSV::Easy is a simple module for parsing and building CSV strings. This module itself is a lightweight wrapper around Text::CSV::Easy_XS or Text::CSV::Easy_PP. This module conforms to RFC 4180 (<http://tools.ietf.org/html/rfc4180>) for both par...
WETERS/Text-CSV-Easy-0.54 - 10 May 2016 17:44:57 UTCThe 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 UTCBABF/Text-CSV-Slurp-1.03 - 25 Mar 2016 06:06:32 UTC
Recently I was asked to prepare pivot table using csv file at work. Having done that using quick and dirty perl script, I decided to clean up and make it generic so that others can also benefit. Below is sample data, I used for prototype as source cs...
MANWAR/Text-CSV-Pivot-0.09 - 25 Jun 2018 13:57:07 UTCUsing this module you can parse a simple text csv file with header field....
PRAVEEN/Text-CSV-Field-1.01 - 02 Mar 2010 15:03:26 UTCThe 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 UTCThis 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.023 - 28 Nov 2019 23:17:39 UTCThis module is an interface for libcsv. It is available at: http://sourceforge.net/projects/libcsv/ WARNING: Please note that this module is primarily targetted for libcsv >= 1.0.0, so if things seem to be broken and your libcsv version is below 1.0....
JIRO/Text-CSV-LibCSV-0.10 - 04 Mar 2007 23:40:27 UTCPERLANCAR/Text-CSV-FromAOH-0.001 - 15 Apr 2019 10:51:10 UTC
Text::CSV::Unicode provides facilities for the composition and decomposition of comma-separated values, based on Text::CSV. Text::CSV::Unicode allows for input with wide character data but does not permit control characters....
RMBARKER/Text-CSV-Unicode-0.400 - 02 Oct 2018 13:29:32 UTCThe 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 UTCText::CSV::Easy_PP is a simple module for parsing and building CSV lines. This module is written in PurePerl. For a faster alternative, see Text::CSV::Easy_XS. Either way, you should just be able to use Text::CSV::Easy directly and it will determine ...
WETERS/Text-CSV-Easy-0.54 - 10 May 2016 17:44:57 UTCThis module inherits Text::CSV and is aware of input/output encodings....
ZARQUON/Text-CSV-Encoded-0.25 - 28 Jan 2016 11:18:16 UTCThis module transforms hierarchical data (nested arrays/hashes) to comma-separated value (csv) output according to a compact, readable, user-specified pattern. For example, the pattern ".<index>.*" transforms a data structure of the form [{ a => 1, b...
TKLUCK/Text-CSV-Flatten-0.04 - 16 Mar 2016 17:25:56 UTCText::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 UTCText::CSV::BulkData is a Perl module which generates csv files with bulk data. You can modify incremented values with using addition(+), subtraction(-), multiplication(*), division(/) and residue(%). Precedence of operators is '*', '/', '%', '+', '-'...
SERA/Text-CSV-BulkData-0.06 - 28 Apr 2008 16:38:24 UTC