Import User Story Summary
Import
See also:
- All Import stories in User Story Repository
- Umbrella Task for Import User Stories
- Umbrella Task for Import Service Stories
- Export User Story Summary
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
- imported records will contain Globally Unique Identifiers (GUIDs) as expected by the System, generated prior to import.
- See also: CSPACE-3561 Provide tools or documentation on how to generate GUIDs correctly for import
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 : records will be imported up to the first failed record. The first failed record is returned with an error message.
- failFast=false : records will be imported even if some records are rejected. To see failures, consult the summary report.
- NOTE: System does NOT support rollback in either mode.
NOT IN v1.5: 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 accepting records that fail validation by marking them as problematic either in the summary report and/or in a workflow state.
NOT IN v1.5: System checks for duplicate records on import See: User Story, User Story issue, Service Story issue
NOT IN v1.5: System allows import from Excel files. User Story, User Story issue, Service Story issue
Export has been moved here: Export User Story Summary