NAME
Datahub::Factory::Importer::VKC - Import data from the CollectiveAccess
instance of the VKC
SYNOPSIS
use Datahub::Factory::Importer::VKC;
use Data::Dumper qw(Dumper);
my $vkc = Datahub::Factory::Importer::VKC->new(
);
$vkc->importer->each(sub {
my $item = shift;
print Dumper($item);
});
DESCRIPTION
Datahub::Factory::Importer::VKC uses Catmandu
to fetch a list of records from the
CollectiveAccess instance of the VKC
. It returns an Importer.
PARAMETERS
ATTRIBUTES
importer
A Importer that can be used in your script.
AUTHOR
Pieter De Praetere
COPYRIGHT
Copyright 2017- PACKED vzw
LICENSE
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
SEE ALSO
Datahub::Factory Datahub::Factory::CollectiveAccess Catmandu