How to export many attributes from DOORS NG using RPE
Accepted answer
When you perform "Import Resource" for DNG module, the template DNG_Module.dta will be used to generate document. DNG_Module.dta is designed by adding only _text and _uisketches data sources. If you want to include other artifact formats from the module (UseCaseDiagram, WrapperResource, etc.), you need to modify the template by adding data sources for other artifact formats.
One other answer
As I do not have reputation to insert images I will explain it. Imagine that the text is one column and it is exported. There are other columns(attributes) in the view that I would like to export together with the simple text - ID of the item and etc. Do you know how I can do this because if I simply perform the action described in
https://www.youtube.com/watch?v=uwsje1Zg_6U only text is exported.
Thank you.