Project

General

Profile

Actions

task #6621

closed

Create Registration entities for all IAPT registrations relevant to phycology

Added by Andreas Kohlbecker about 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
New
Category:
Import
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The original IAPT registration information is stored in an Extension to the TaxonName which contains the original data in JSON:

{"date":"20.10.98","regId":7210,"office":"Berlin","formNumber":null}

Mapping Registration <- JSON:

  • specificIdentifier <- regId
  • identifier <- "http://phycobank/" + regId
  • status <- published
  • institution <- office
  • name <- name
  • typeDesignations <- name.getTypeDesignations()
  • blockedBy <- null
  • submitter <- null
  • registrationDate <- date
Actions #1

Updated by Andreas Kohlbecker about 7 years ago

  • Description updated (diff)
Actions #2

Updated by Andreas Kohlbecker almost 7 years ago

  • Status changed from New to Closed

This has implemented with the RegistrationRequiredDataInserter which creates Registration entities on applicaton startup in case the commandline args are given:

-DregistrationCreate=iapt
-DregistrationWipeout=iapt
Actions #3

Updated by Andreas Kohlbecker almost 7 years ago

  • Subject changed from Create Registration entities for all IAPT registrations to Create Registration entities for all IAPT registrations relevant to phycology
Actions

Also available in: Atom PDF