Skip to content

ETL::Pipeline converts data from one format into another.

Notifications You must be signed in to change notification settings

rbwohlfarth/ETL-Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ETL::Pipeline converts data from one format into another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages