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

NAME

Maplat::Helpers::CSVFilter - remove unused columns from CSV files

SYNOPSIS

  use Maplat::Helpers::CSVFilter;
  
  my $filter = new Maplat::Helpers::CSVFilter(%config);
  $filter->filter();

DESCRIPTION

This module is an internal helper module to filter and split CSV files.

This module is undocumented, because, frankly it is only used in a specific case. If you really want to use it, look at the source code...

new

Get a new filter instance.

filter

Do the filtering.

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.