Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 27 Next »

Import

See also:

Admin can import data in XML. See: User Story,User Story issue,Service Story issue

Admin can relate records on import, when such relationships are present in existing data. See: User Story,User Story issue,Service Story issue

Admin can generate a summary report for each import  showing number of records read, rejected, accepted, etc. See: User Story, User Story issue, Service Story issue

System allows incremental imports, e.g. 1,000,000 records in 10 separate batches of 100,000. See: User Story, User Story issue, Service Story issue

System has import failure modes which can be specified by the caller: See: User Story, User Story issue, Service Story issue

  • failFast=true : no records will be imported if any record is rejected.  The first failed record is returned with an error message.
  • failFast=false : records will be imported even if some records are rejected.

System has validation modes which can be specified by the caller on import: See: User Story, User Story issue, Service Story issue

  • validationLevel=fields: system validates field level where appropriate
  • validationLevel=skip : system permits bypassing of field validation

System checks for duplicate records on import See: User Story, User Story issue, Service Story issue

Export

Admin can export files in a variety of formats (ASCII, XML, etc.)

System supports Z39.50 standard protocol

System is OAI-PMH compliant

System is TAPIR compliant

  • No labels