DOORS NG REQIF import without using auto created types
![]()
I am looking at using REQIF to import a number of requirements from DOORS 9.6 to DOORS NG 5.0.2. When I generate the REQIF file and import it it will create a new Type for each module and define each object in it as a heading or Feature.
Is there a way to define how it imports the module? We have a number of types defined which meet our company schema and we would like these to be used. At the moment we have to import and then manually change each of the types to meet our schema (which we use for document generation) eg I would like DOORS 9.6 Module X to be of type Schema_Module (with its appropriate attributes) and DOORS 9.6 heading to be set to type Schema_Heading (with its appropraite attributes) and DOORS 9.6 Object Text to be set to type Schema_Requirement (with its appropriate attributes) Any assistance appreciated Thanks Peter |
Comments
You are looking for a "mapping" feature during the import, which does not exist now. You can do this "mapping" manually by modifying the ReqIF source, but it can be tedious when you have many types and attributes.
Hi Donald,
Are there any plans for a "mapping" feature. Looking at the source for the REQIF file doing this manually is not looking easy as it is all done with GUIDS. Would the mapping be done in the REQIF file? If so where.
I can see from the REQIF File where the objects are defined as primaryText
So where does DOORS NG know to make http://jazz.net/ns/rm#primaryText a type with the same name as the module?
Thanks