It's all about the answers!

Ask a question

How to specify depth in a CSV file for DOORS Next Generation to import?


Andrew Clement (7271970) | asked Aug 07 '15, 1:37 a.m.
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


permanent link
Howard Hsiao (5.5k17) | answered Aug 07 '15, 1:41 a.m.
JAZZ DEVELOPER
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


Register or to post 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.