Search results for "module:Text::CSV::Simple"
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
Text::CSV_PP::Simple - Simpler parsing of CSV files [PP version]
Text::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 UTC
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
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
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.03 - 11 Aug 2023 07:11:41 UTC
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
Text::CSV_XS - 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 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.52 - 21 Sep 2023 15:31:21 UTC
Text::CSV_PP - Text::CSV_XS compatible pure-Perl module
Text::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.03 - 11 Aug 2023 07:11:41 UTC
Text::Quote - Quotes strings as required for perl to eval them back correctly
Text::Quote is intended as a utility class for other classes that need to be able to produce valid perl quoted strings. It posses routines to determine the ideal quote character to correctly quote hash keys, to correctly quote and encode binary strin...
NEILB/Text-Quote-0.33 - 15 Mar 2021 20:07:37 UTC
Text::Prefix - Prepend strings with timestamps and potentially other contextually-relevant information.
Text::Prefix contains the logic implementing the prefix(1) utility (included in this package). It takes arbitrary strings as input and produces output with various contextually-relevant information preceding the string. A variety of output formats ar...
TTKCIAR/Text-Prefix-1.01 - 02 Aug 2017 20:28:28 UTC
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
Text::Report - Perl extension for generating mixed columnar formatted reports and report templates
Being a Practical Reporting language, it only seems fitting that one should be able to generate nicely formatted reports with Perl without ever having to do this stuff (and worse) format = @<<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<< @||||||||||| @>>>>> $@###....
DAVIDIUS/Text-Report-1.004 - 09 Jul 2007 15:48:36 UTC
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
Text::CSV::Easy_PP - Easy CSV parsing and building implemented in PurePerl
Text::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 UTC
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
Text::ANSITable - Create nice formatted tables using extended ASCII and ANSI colors
This module is yet another text table formatter module like Text::ASCIITable or Text::SimpleTable, with the following differences: * Colors and color themes ANSI color codes will be used by default (even 256 and 24bit colors), but will degrade to low...
PERLANCAR/Text-ANSITable-0.609 - 13 Jul 2023 23:13:58 UTC
Text::ParseWords - parse text into an array of tokens or array of arrays
The "nested_quotewords()" and "quotewords()" functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. "quotewords()" return...
NEILB/Text-ParseWords-3.31 - 12 Apr 2022 16:24:26 UTC
Text::CSV_XS::TSV - Set Text::CSV_XS default options to parse TSV
This 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.003 - 12 Dec 2019 04:27:44 UTC
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