Actions
task #6621
closedCreate Registration entities for all IAPT registrations relevant to phycology
Status:
Closed
Priority:
New
Assignee:
Category:
Import
Target version:
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
Updated by Andreas Kohlbecker over 5 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
Updated by Andreas Kohlbecker over 5 years ago
- Subject changed from Create Registration entities for all IAPT registrations to Create Registration entities for all IAPT registrations relevant to phycology
Actions