Problem/Motivation

archiveExclude is not part of the DCAT Standard but is it used by some agencies to exclude a dataset from being archived.

if archiveExclude is found in the metadata it should be excluded from the archive.

Acceptance Criteria

Testing steps

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

swirt created an issue. See original summary.

swirt’s picture

This is actually covered by the "accessLevel": "private",
which is not a DCAT standard either
Must be one of the following: “public”, “restricted public”, “non-public”

Solution is to map 'private' to 'restricted'

  • swirt committed f1d9566e on 1.0.x
    #3562777 Allow for non-standard 'private' access level.
    
swirt’s picture

Status: Active » Fixed

This has been resolved. If it encounters an accessLevel of 'private' it will map it to non-public.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

swirt’s picture

Status: Fixed » Closed (fixed)

This went out with beta 10