Is there an easy way to import csv with DOORs 9 style heading structure?
My client has exported and sent to us a spreadsheet that is clearly from DOORs 9. The "Object Number" column is a clear giveaway. I've tried to import the sheet back I end up getting a flat document structure when I check the "Section" system attribute in a module I have created in DOORs NG.
Is there any mapping that can be done between the two DOORs versions on import in DNG so that I can maintain the same document section structure?
Accepted answer
Hi Mitch,
If you add isHeading (true) to your worksheet before importing to identify the Heading rows, you can at least get the Level 1 hierarchy. I then "demote" the children artifacts manually once it's in Doors NG, although that isn't feasible if you have a lot of artifacts.
While you could add parentBinding to your worksheet, that's a lot of editing and again wouldn't be feasible if there are many artifacts. I've tried it in the past and decided it took was faster to demote the children artifacts after importing.
Good luck!
Carol