What is DNG reqif import looking for to designate new types?
![]() I am attempting to import a reqif file (DOORS 9.6) from a customer into DNG (6.0.4). It is intended to update the requirements specification they previously sent. When I do this the import creates a 2nd copy of all of the existing Artifact types, Attributes, and data types.
I have written a Python script to replace all instances (IDENTIFIER) in the updated import with the old IDENTIFIER. The 2nd copy is still created.
What is the import looking at to designate the type as 'NEW" thus making the decision to create a 2nd type?
|
One answer
![]() Hi David,
Here are some notes I took comparing the 2 methods when I was doing this.
![]() |