print_object_id.py

Use the print_object_id.py script to translate object IDs (OIDs) used by MATRIXX Data Export from INT format to OID strings, and from OID strings to INT format.

Syntax

print_object_id.py [-h] [-d] {OID_int_format|-r OID}

Options

-h, --help
Prints help information for this script.
-d, --debug
Prints more messages for help with debugging this script.
OID_int_format
Translates the object ID (OID_int_format), specified in INT format, to an OID string, for example, print_object_id.py 1125899907678060 produces 0:1:5:835436.
-r OID
Translates the object ID (OID), specified as a string, to INT format. For example, print_object_id.py -r 0:1:5:835436 produces 1125899907678060.