Pipe::Tube::Csv

Csv processor tube in Pipe
Download

Pipe::Tube::Csv Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gabor Szabo
  • Publisher web site:
  • http://search.cpan.org/~szabgab/

Pipe::Tube::Csv Tags


Pipe::Tube::Csv Description

The ->csv() call can get a HASH reference parameter, the same parameter as Text::CSV would get. We pass it directly to that Perl module.Split up lines of csv file and return an array reference for each line.SYNPOSIS my @resp = Pipe->for(@rows)->csv->run; my @resp = Pipe->cat("t/data/file1", "t/data/file2") ->csv({ sep_char => "\t" }) ->run;Product's homepage


Pipe::Tube::Csv Related Software