![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Import Users from Outlook Address Book Topic Summary: Created On: 10-Apr-2003 16:13 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I've been trying to do something similar, but have stalled at a separate issue. However, I've included the script that I've been working on.
I've wrapped the creation of a user in a simple enough function. It may then be worth looking through the DXL for the DOORS spreadsheet importer (which uses a CSV format) or throw together your own. Regexp reg = regexp "[ ]*([^,]*)" string attrList = g_AttributeList string attr = null while(!null attrList && reg attrList) { // Extract the attribute name attr = attrList[match 1] // Remove the attribute from the head of the list attrList = attrList[end 0 + 2:] // Use attr } The above code splits a comma separated list (attrList) into individual elements, which may be of use. Regards, Geoff |
|
![]() |
|
![]() |
|
And if I actually attach the script
|
|
![]() |
|
![]() |
|
You may want to look at Joe Dress's paper from this past years users conference. He did a lot with customizing creation and management of user accounts in DOORS.
Frank |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Import Users from Outlook Address Book
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.