NAME

Datahub::Factory::Exporter::YAML - Export items to YAML

SYNOPSIS

use Datahub::Factory;

my $exporter = Datahub::Factory->exporter('YAML')->new();

$exporter->add({'id' => 1});

DESCRIPTION

Convert records to YAML and send them to STDOUT. The records are convert as-is; any fixes must be done beforehand.

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.