NAME

Datahub::Factory::Importer::CollectiveAccess - Import data from a CollectiveAccess instance

SYNOPSIS

use Datahub::Factory::Importer::CollectiveAccess;
use Data::Dumper qw(Dumper);

my $ca = Datahub::Factory::Importer::CollectiveAccess->new(
);

$ca->importer->each(sub {
    my $item = shift;
    print Dumper($item);
});

DESCRIPTION

Datahub::Factory::Importer::CollectiveAccess uses Catmandu to fetch a list of records from a CollectiveAccess instance. It returns an Importer.

PARAMETERS

ATTRIBUTES

importer

A Importer that can be used in your script.

AUTHOR

Pieter De Praetere <pieter at packed.be >

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 Catmandu