Mail::Addressbook::Convert::Tsv

Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks.
Download

Mail::Addressbook::Convert::Tsv Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Joe Davidson
  • Publisher web site:
  • http://search.cpan.org/~interguru/Mail-Addressbook-Convert-1.1/Convert/Utilities.pm

Mail::Addressbook::Convert::Tsv Tags


Mail::Addressbook::Convert::Tsv Description

Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks.SYNOPSISuse strict;use Mail::Addressbook::Convert::Tsv;my $TSV = new Mail::Addressbook::Convert::Tsv();my $TsvInFile ="csvSample.txt"; # name of the file containing the csv data# Convert Tsv to Standard Intermediate format# see documentation for details on format.my $raIntermediate = $TSV->scan($CsvInFile);# This will also work#my @TsvInArray = @arrayContainingTheCsvData;#my $raIntermediate = $csv->scan(@TsvInArray);# Convert back to Tsvmy $raTsvOut = $TSV->output($raIntermediate);print join "", @$raIntermediate;print "nnnn";print join "", @$raTsvOut; Requirements: · Perl, version 5.001 or higher · Carp


Mail::Addressbook::Convert::Tsv Related Software