This module is for reading and writing a common variation of character separated data. The most common example is comma-separated. However that is far from the only possibility, the same basic format is exported by Microsoft products using tabs, colo...
TILLY/Text-xSV-0.21 - 03 Nov 2009 07:29:25 GMTDANBOO/Text-xSV-Slurp-0.23 - 18 Jun 2019 01:01:44 GMT
This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequentia...
KCLARK/Text-RecordParser-1.6.5 - 21 Apr 2015 20:01:10 GMTThis module allows you to take a text file of records and split it into a file of unique and a file of duplicate records. Deduping of arrays is also possible. Records are defined as a set of fields. Fields may be separated by spaces, commas, tabs or ...
KIMRYAN/Text-Record-Deduper-0.07 - 07 Feb 2011 00:04:13 GMT"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.03 - 24 Aug 2010 07:23:53 GMT