File registry, reusable jobs, new transforms
Adds support for a project file registry for use in configuring jobs in a simple way
Adds Jobs, including:
- the abstract
Kiba::Extend::Jobs::BaseJob
, which provides the general interface for jobs Kiba::Extend::Jobs::Job
, which takes one Source file, one Destination file and 0-n Lookup filesKiba::Extend::Jobs::TestingJob
, which supports an Enumerable source and Lambda destination- several mixin sources to decorate or otherwise change the behavior of a job
Adds Helper::ExampleFormatter
to help with creating documentation that is aligned with specs
Adds Extract::Fields
and Deduplicate::Table
transforms