Done
Details
Assignee
Illia BorysenkoIllia Borysenko(Deactivated)Reporter
Magda ZacharskaMagda ZacharskaLabels
Priority
P3Story Points
5Sprint
NoneDevelopment Team
ConcordeFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Illia Borysenko
Illia Borysenko(Deactivated)Reporter
Magda Zacharska
Magda ZacharskaLabels
Priority
Story Points
5
Sprint
None
Development Team
Concorde
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 21, 2020 at 4:58 PM
Updated November 2, 2020 at 10:56 AM
Resolved September 30, 2020 at 12:37 AM
Purpose
This story addresses exporting multiple record types when the user wants to export only selected fields and each field but does not provide transformation.
Scenario 1:
Given: the mapping profile contains selected fields from the inventory instance and the fields don't have specified transformations
When: the fields have mappings in rules.json (used for generating records on the fly)
Then:
Only fields selected in the mapping profile are part of the exported record
The fields are populated with the data coming inventory instance record according the existing mapping rules
LDR is re-generated based on the selected fields
.mrc file is generated
Unit and API tests are written
Scenario 2:
Given: the mapping profile contains selected fields from the inventory instance and the fields don't have specified transformations
When: the fields have don't have mappings in rules.json (used for generating records on the fly)
Then:
the fields are being disregarded during the export
the log is populated with the information that the transformation was not available
.mrc file is generated and populated only with the fields that have transformations or mappings available
Scenario 3:
Given: the mapping profile contains selected fields from holdings or items records
When: and the fields don't have specified transformations
Then:
the fields are being disregarded during the export
the log is populated with the information that the transformation was not available
.mrc file is generated and populated only with the fields that have transformations or mappings available