How to specify depth in a CSV file for DOORS Next Generation to import?
I am importing requirements/artifacts from CSV files.
How do I specify depth in a CSV file?
I meant something like "1.2", "1.2.1", "1.2.1.1", etc as in DOORS.
|
Accepted answer
In CSV, two additional columns can be used to achieve "depth".
Those two columns are "Identifier" and "parentBinding".
"Identifier" can be abbreviated as "Id".
Every row will have unique identifier. parentBinding field for each row will be the identifier of its parent. For example, after importing the following CSV into a module
we will see following in DOORS Next Generation.
Andrew Clement selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.