Search results for "Text::CSV"
Text::CSV - comma-separated values manipulator (using XS or PurePerl)
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.02 - 07 Aug 2022 20:22:29 UTC - Search in distribution- Text::CSV_PP - Text::CSV_XS compatible pure-Perl module
Text::CSV::R - Text::CSV wrapper similar to R's read.table and write.table
This 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 UTC - Search in distribution- Text::CSV::R::Matrix - Tied array with column and row names.
FP::Text::CSV - functional interface to Text::CSV
Handle CSV input and output in the form of functional streams (lazily computed linked lists)....
PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution- FunctionalPerl - functional programming in Perl
File::Text::CSV - Easy access to CSV data files
File::Text::CSV is like many other CSV processing modules, but it focuses on the file side. CSV data is a file data format, so in practice one has to work with a file, reading lines, then unpacking the data from the lines using some other module, and...
JV/File-Text-CSV-0.02 - 23 Feb 2023 13:44:17 UTC - Search in distribution
Text::CSV::Easy - Easy CSV parsing and building
Text::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 UTC - Search in distribution- Text::CSV::Easy_PP - Easy CSV parsing and building implemented in PurePerl
Text::CSV::Field - Get data from Text CSV file using header field.
Using 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 UTC - Search in distribution
Text::CSV::Merge - Fill in gaps in a CSV file from another CSV file
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 UTC - Search in distribution- merge_csv_files.pl - Command line client to Text::CSV::Merge
Text::CSV::Pivot - Transform CSV file into Pivot Table format.
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 UTC - Search in distribution
Text::CSV::Slurp - Text::CSV::Slurp - convert CSV into an array of hashes, or an array of hashes into CSV
BABF/Text-CSV-Slurp-1.03
-
25 Mar 2016 06:06:32 UTC
-
Search in distribution
Text::CSV::Track - module to work with .csv file that stores some value(s) per identificator
The 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 UTC - Search in distribution- Text::CSV::Track::Max - same as Text::CSV::Track but stores the greatest value
- Text::CSV::Track::Min - same as Text::CSV::Track but stores the smallest value
Text::Table::CSV - Generate CSV
This 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 UTC - Search in distribution
Text::CSV::LibCSV - comma-separated values manipulation routines (using libcsv)
This 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 UTC - Search in distribution
Text::CSV::Simple - Simpler parsing of CSV files
Parsing 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 UTC - Search in distribution
Text::CSV::Easy_XS - Easy (and fast) CSV parsing and building
Text::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 UTC - Search in distribution
Text::CSV::Encoded - Encoding aware Text::CSV.
This module inherits Text::CSV and is aware of input/output encodings....
ZARQUON/Text-CSV-Encoded-0.25 - 28 Jan 2016 11:18:16 UTC - Search in distribution- Text::CSV::Encoded::Coder::Base - Interface for Text::CSV::Encoded coder base class
- Text::CSV::Encoded::Coder::Encode - Text::CSV::Encoded coder class using Encode
- Text::CSV::Encoded::Coder::EncodeGuess - Text::CSV::Encoded coder class using Encode::Guess
Text::CSV::Flatten - Perl extension for transforming hierarchical data (nested arrays/hashes) to comma-separated value (csv) output according to a compact, readable, user-specified pattern.
This 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 UTC - Search in distribution
Text::CSV::FromAOH - Convert an AoH (array of hashes) to CSV
PERLANCAR/Text-CSV-FromAOH-0.001
-
15 Apr 2019 10:51:10 UTC
-
Search in distribution
Text::CSV::Hashify - Turn a CSV file into a Perl hash
The 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 UTC - Search in distribution
Text::CSV::Unicode - comma-separated values manipulation routines with potentially wide character data
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 UTC - Search in distribution
Text::CSV::BulkData - generate csv file with bulk data
Text::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 - Search in distribution