Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
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
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 11-Apr-2003 01:50
User is offline View Users Profile Print this message


Geoff Wilson

Posts: 9
Joined: 23-Jan-2003

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
Report this to a Moderator Report this to a Moderator
 11-Apr-2003 01:52
User is offline View Users Profile Print this message


Geoff Wilson

Posts: 9
Joined: 23-Jan-2003

And if I actually attach the script
Report this to a Moderator Report this to a Moderator
 11-Apr-2003 13:41
User is offline View Users Profile Print this message


Frank Lipski

Posts: 42
Joined: 6-Nov-2002

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
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.