Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Harvesting] Various ODS/DKAN fixes and improvements #7059

Merged
merged 4 commits into from
May 9, 2023

Commits on May 5, 2023

  1. gn - fix(ods): fix mapping of ods metadata and ressource dates

    metadata:
    creation = considered "modified" (md is created when ressource is loaded)
    revision =  "metadata processed"
    publication = "modified"
    
    ressource:
    creation = not avavailable in ods
    revision = "data processed"
    publication = "modified"
    tkohr committed May 5, 2023
    Configuration menu
    Copy the full SHA
    9fcdfb0 View commit details
    Browse the repository at this point in the history
  2. gn - fix(dkan): make regExLoc for date conversion more permissive

    this accepts - and / as date separators and just whitespace chars between date and time
    tkohr committed May 5, 2023
    Configuration menu
    Copy the full SHA
    e646de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2acddf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cdf603 View commit details
    Browse the repository at this point in the history