![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: export all attributes to Excel Topic Summary: export all attributes to Excel Created On: 12-May-2005 16:08 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|||
Hi
Please any one can help us. in our DOORS module have more than 32 attributes. we have created two different views to view all the attributes. Now we want to export to Excel. when I use export option in DOORS, it exports only displayed attributes in single view. please any one help us how to export to all the attributes using dxl. I have created my own dxl, exported to .CSV format. but data is not formatted. here is the dxl that is created. Module m = current Column c Object o string s string s1 string s2 string s3 string s4 string s5 string s6 string s7 string s8 string s9 Stream Out = write "C:\\DXLReports\\VIPS.csv" Out << "Business Rule Number" "\t" "Business Rules Description" "\t" "A3-MIM" "\t" "PMs" "\t" "Change Request" "\t" "Approved" "\t" "Comments" "\n" for o in m do{ s2 = o."Business Rule Number" s3 = o."Business Rules Description" s4 = o."A3-MIM" s5 = o."PMs" s6 = o."Change Request" s7 = o."Approved" s8 = o."Comments" Out << identifier o """\t" s2 "\t" s3 "\t" s5 "\t" s6 "\t" s7 "\t" s8 "\n" Thanks Anand |
|||
![]() |
|||
![]() |
|||
The attached should get you started.
This allows you to export selected attributes to a CSV file.
------------------------- Tony Goodman http://www.smartdxl.com |
|||
![]() |
|||
![]() |
|||
It might be a wee bit simpler to use the use the tool Export Spreadsheet. Export: 0 Attributes from list |
|||
![]() |
|||
![]() |
|||
Good point Ron, but where's the fun in that?
------------------------- Tony Goodman http://www.smartdxl.com |
|||
![]() |
Telelogic DOORS
» DXL Exchange
»
export all attributes to Excel
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.