Novell GroupWise Address Book

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Address books and contacts |extensions={{ext|nab}} |wikidata={{wikidata|Q105867011}} }} The '''Novell GroupWise Address Book''' for...")
 
(Format)
Line 13: Line 13:
 
The first line is like this:
 
The first line is like this:
  
<code>:::TAGMAP:::OFFE0003:***,3001001E:Name,3A06001E:First Name,3A11001E:Last Name,</code>
+
<code>:::TAGMAP:::0FFE0003:***,3001001E:Name,3A06001E:First Name,3A11001E:Last Name,</code>
  
 
The documentation of this format at Novell's site warns users not to change the part before the first comma in this line; if it is actually invariant in all files it might be a means of detecting the format. The remaining fields can be added, dropped, or rearranged, including standard and user-defined fields. The hexadecimal digits before the field name are [[MAPI]] tags.
 
The documentation of this format at Novell's site warns users not to change the part before the first comma in this line; if it is actually invariant in all files it might be a means of detecting the format. The remaining fields can be added, dropped, or rearranged, including standard and user-defined fields. The hexadecimal digits before the field name are [[MAPI]] tags.

Revision as of 21:24, 9 May 2021

File Format
Name Novell GroupWise Address Book
Ontology
Extension(s) .nab
Wikidata ID Q105867011

The Novell GroupWise Address Book format (NAB) is used by Novell GroupWise software to store, import, and export address books for the email, newsgroup, and calendar features of this software.

Format

It is an ASCII-based format, CSV with quotes around field values.

The first line is like this:

:::TAGMAP:::0FFE0003:***,3001001E:Name,3A06001E:First Name,3A11001E:Last Name,

The documentation of this format at Novell's site warns users not to change the part before the first comma in this line; if it is actually invariant in all files it might be a means of detecting the format. The remaining fields can be added, dropped, or rearranged, including standard and user-defined fields. The hexadecimal digits before the field name are MAPI tags.

The first field consists of the letter "C" for company entries, "U" for user entries, or "R" for resource entries. They are supposeed to be stored in the order "C", then "U", then "R" so they can be properly linked. There are also groups enclosed by G> and <G tags.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox