The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Text::CSV_XS"

Text::CSV_XS - comma-separated values manipulation routines River stage three • 112 direct dependents • 289 total dependents

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.54 - 18 Apr 2024 12:11:05 UTC

Text::CSV_XS::TSV - Set Text::CSV_XS default options to parse TSV River stage one • 1 direct dependent • 1 total dependent

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_XS::Backslash - Set Text::CSV_XS default options to use backslash as escape character River stage one • 1 direct dependent • 1 total dependent

This class is a simple subclass of Text::CSV_XS to set the default of these options (if unspecified): * sep_char To ',' (comma), which is already the default of Text::CSV_XS. * quote_char To '"' (double-quote), which is already the default of Text::C...

PERLANCAR/Text-CSV_XS-Backslash-0.001 - 06 Mar 2022 09:41:28 UTC

Text::CSV::Easy_XS - Easy (and fast) CSV parsing and building River stage zero No dependents

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_PP - Text::CSV_XS compatible pure-Perl module River stage three • 151 direct dependents • 329 total dependents

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.04 - 02 Dec 2023 12:18:10 UTC

Text::CSV - comma-separated values manipulator (using XS or PurePerl) River stage three • 151 direct dependents • 329 total dependents

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.04 - 02 Dec 2023 12:18:10 UTC

Text::ECSV - Extended CSV manipulation routines River stage zero No dependents

" 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 UTC

Text::Parts - split text file to some parts(from one line start to another/same line end) River stage zero No dependents

This 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 UTC

File::Text::CSV - Easy access to CSV data files River stage zero No dependents

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

Text::CSV::Merge - Fill in gaps in a CSV file from another CSV file River stage zero No dependents

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

Text::xSV::Slurp - Convert xSV data to common data shapes. River stage one • 2 direct dependents • 2 total dependents

DANBOO/Text-xSV-Slurp-0.23 - 18 Jun 2019 01:01:44 UTC

Text::Table::CSV - Generate CSV River stage one • 4 direct dependents • 4 total dependents

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

Text::CSV::Track - module to work with .csv file that stores some value(s) per identificator River stage zero No dependents

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

Text::CSV::Simple - Simpler parsing of CSV files River stage one • 3 direct dependents • 3 total dependents

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::Hashify - Turn a CSV file into a Perl hash River stage one • 1 direct dependent • 1 total dependent

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::CSV::Encoded - Encoding aware Text::CSV. River stage two • 3 direct dependents • 11 total dependents

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::FromAOH - Convert an AoH (array of hashes) to CSV River stage one • 2 direct dependents • 3 total dependents

PERLANCAR/Text-CSV-FromAOH-0.001 - 15 Apr 2019 10:51:10 UTC

Text::CSV::Separator - Determine the field separator of a CSV file River stage one • 1 direct dependent • 1 total dependent

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 UTC

Text::CSV_PP::Simple - Simpler parsing of CSV files [PP version] River stage zero No dependents

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_PP::Iterator - Provide fetchrow_hashref() for CSV files River stage zero No dependents

"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.04 - 07 Feb 2021 06:34:58 UTC
20 results (0.049 seconds)