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

Search results for "csv"

csv - process CSV files from the command line River stage zero No dependents

CSV (comma-separated value) files are the lowest common denominator of structured data interchange formats. For such a humble file format, it is pretty difficult to get right: embedded quote marks and linebreaks, slipshod delimiters, and no One True ...

GAAL/App-CSV-0.08 - 23 May 2014 07:46:12 UTC - Search in distribution

DBD::CSV - DBI driver for CSV files River stage two • 23 direct dependents • 27 total dependents

The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated ...

HMBRAND/DBD-CSV-0.60 - 06 Jan 2023 10:49:57 UTC - Search in distribution

XML::CSV - Perl extension converting CSV files to XML River stage zero No dependents

XML::CSV is a new module in is going to be upgraded very often as my time permits. For the time being it uses CSV_XS module object default values to parse the (*.csv) document and then creates a perl data structure with xml tags names and data. At th...

ISTERIN/XML-CSV-0.15 - 15 May 2001 17:23:22 UTC - Search in distribution

DBIx::CSV - Generate CSV from SQL query result River stage one • 1 direct dependent • 1 total dependent

This package is a thin glue between DBI and DBIx::TextTableAny (which in turn is a thin glue to Text::Table::Any). It adds the following methods to database handle: selectrow_csv selectall_csv selectrow_csv_noheader selectall_csv_noheader as well as ...

PERLANCAR/DBIx-CSV-0.004 - 07 Dec 2018 13:53:07 UTC - Search in distribution

Mojo::CSV - no-nonsense CSV handling River stage zero No dependents

Read and write CSV (Comma Separated Values) like a boss, Mojo style....

ZOFFIX/Mojo-CSV-1.001004 - 12 Mar 2020 19:40:49 UTC - Search in distribution

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 - Search in distribution

Class::CSV - Class based CSV parser/writer River stage one • 1 direct dependent • 1 total dependent

This module can be used to create objects from *CSV* files, or to create *CSV* files from objects. Text::CSV_XS is used for parsing and creating *CSV* file lines, so any limitations in Text::CSV_XS will of course be inherant in this module. EXPORT No...

DJR/Class-CSV-1.03 - 08 Feb 2007 23:03:53 UTC - Search in distribution

Parse::CSV - Highly flexible CSV parser for large files River stage one • 7 direct dependents • 8 total dependents

Surely the CPAN doesn't need yet another CSV parsing module. Text::CSV_XS is the standard parser for CSV files. It is fast as hell, but unfortunately it can be a bit verbose to use. A number of other modules have attempted to put usability wrappers a...

KWILLIAMS/Parse-CSV-2.07 - 16 Nov 2020 04:53:36 UTC - Search in distribution

Pegex::CSV - Pegex CSV Parser/Loader River stage zero No dependents

This is a reasonable CSV parser written in Pegex. The first draft was written at the Amsterdam.pm meeting on 9 Oct 2014, in 5 minutes or so during a live demo. It was adapted for CPAN and made more complete on a train ride to Berlin the next day. The...

INGY/Pegex-CSV-0.0.4 - 11 Oct 2014 16:58:32 UTC - Search in distribution

Snail::CSV - Perl extension for read/write/update CSV files. River stage zero No dependents

This module can be used to read/write/update data from/to CSV files. Text::CSV_XS is used for parsing CSV files....

MIT/Snail-CSV-0.07 - 14 May 2006 11:58:57 UTC - Search in distribution

CSV::Reader - CSV reader class River stage zero No dependents

Simple CSV reader class that uses Text::CSV internally. The CSV files are expected to have a header row of column names. This was designed with the idea of using an iterator interface, but Perl does not support interators (nor interfaces) yet :(...

CMANLEY/CSV-Reader-1.12 - 21 Oct 2020 12:15:54 UTC - Search in distribution

CSV::Examples - Example CSV files River stage one • 2 direct dependents • 2 total dependents

This distribution contains various examples of CSV files in its per-dist share dir....

PERLANCAR/CSV-Examples-0.003 - 12 May 2019 04:21:01 UTC - Search in distribution

CSV::Template - A CSV templating module derived from HTML::Template River stage zero No dependents

This is really just a subclass of HTML::Template that does some minor post processing of the output. Since HTML::Template really just operates on plain text, and not HTML specifically, it dawned on me that there is no reason why I should not use HTML...

STEVAN/CSV-Template-0.03 - 17 Feb 2005 19:51:00 UTC - Search in distribution

Benchmark::CSV - Report raw timing results in CSV-style format for advanced processing. River stage zero No dependents

KENTNL/Benchmark-CSV-0.001002 - 09 Mar 2017 07:20:46 UTC - Search in distribution

CSV::Processor - Set of different methods that adds new columns in csv files River stage zero No dependents

Set of ready-to-use useful csv file processors based on Text::AutoCSV and other third-party modules E.g. from the box you can add email by url using Email::Extractor Pull requests are welcome ;) Also this module includes command line utilitie, csvpro...

PAVELSR/CSV-Processor-1.01 - 20 Aug 2018 20:36:01 UTC - Search in distribution

Thesaurus::CSV - Read/write thesarus data from/to a file River stage one • 1 direct dependent • 1 total dependent

This subclass of "Thesaurus" implements persistence by reading and storing data in a CSV format text file. This CSV file can easily be edited from a text editor For very large objects, consider using the "Thesaurus::BerkeleyDB" subclass instead, as i...

DROLSKY/Thesaurus-0.23 - 31 Mar 2007 15:16:19 UTC - Search in distribution

Tripletail::CSV - CSV のパースと生成 River stage zero No dependents

CSV のパースと生成を行う為のクラス。 カンマを含むカラム、改行コードを含むカラム等も 正しく処理する事が出来る。 文字列のパースの他に、ファイルハンドルからのパースも可能。 METHODS "$TL->newCsv" my $csv = $TL->newCsv; Tripletail::CSV オブジェクトを取得する。 "parseCsv" my $parser = $csv->parseCsv("a,b,c,d,e"); my $parser = $csv->parseCsv(IO::Sc...

HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC - Search in distribution

Spreadsheet::CSV - Drop-in replacement for Text::CSV_XS with spreadsheet support River stage zero No dependents

Spreadsheet::CSV attempts to provide a drop-in replacement for Text::CSV_XS when reading in user-provided input files, such as via Email or Web. This is currently only for reading documents and only via the $csv->getline interface documented above...

DDICK/Spreadsheet-CSV-0.20 - 31 Oct 2014 10:12:21 UTC - Search in distribution

CSV::HistoryPlayer - Plays scattered CSV files with historic data River stage zero No dependents

Let's assume you have many of CSV-files, each one has some events written in it (in the first column in form of unix timestamp) and filenames also have encoded date of the events within, i.e. ├── income │ ├── 2015-02-10.csv │ └── 2015-02-12.csv └── o...

BINARY/CSV-HistoryPlayer-0.03 - 21 Feb 2017 02:48:19 UTC - Search in distribution

lib/ObjStore/CSV.pm River stage zero No dependents

JPRIT/ObjStore-1.59 - 27 Apr 2000 14:22:09 UTC - Search in distribution
797 results (0.162 seconds)