NAME
Datahub::Factory::Fixer::Fix - Execute fixes on a single record
SYNOPSIS
use Datahub::Factory;
my $fix_options = {
    file_name => '/tmp/my.fix'
}
my $fixer = Datahub::Factory->fixer('Fix')->new($fix_options);
$fixer->fixer->fix({'id' => 1});
DESCRIPTION
This module executes the fixes in file_name for a single record.
PARAMETERS
file_name- 
Location of the fix file.
 
ATTRIBUTES
fixer- 
A Fixer that can be used in your script.
 
AUTHORS
Pieter De Praetere <pieter@packed.be>
Matthias Vandermaesen <matthias.vandermaesen@vlaamsekunstcollectie.be>
COPYRIGHT
Copyright 2017 - PACKED vzw, Vlaamse Kunstcollectie vzw
LICENSE
This library is free software; you can redistribute it and/or modify it under the terms of the GPLv3.