ETL::Pipeline is Copyright (C) 2016, Vanderbilt University Medical Center

ETL::Pipeline automates repetitive file processing tasks. It converts data from one format into another. ETL::Pipeline follows the pattern Extract-Transform-Load (ETL). ETL::Pipeline provides base modules for common input formats such as spreadsheets, CSV files, and XML.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

LICENSE INFORMATION

Copyright (C) 2016  Robert Wohlfarth <robert.j.wohlfarth@vanderbilt.edu>

This module 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. 
For more details, see the full text of the licenses in the directory 
LICENSES.

This program is distributed in the hope that it will be useful, but 
it is provided “as is” and without any express or implied warranties.
For details, see the full text of the license in the file LICENSE.