File Format | Teradata Access Module for OLE DB - File Format - Access Module

Teradata® Tools and Utilities Access Module Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Access Module
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2024-05-14
dita:mapPath
cya1691484517272.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
hjf1479308836950
lifecycle
latest
Product Category
Teradata Tools and Utilities

The Teradata Access Module for OLE DB creates .amj files, which are saved in an extensible markup language (XML) based text format. You can use Teradata OleLoad to view, edit, and save access module job files.

Access module job files adhere to version 1.0 of the XML specification. Binary format files created by earlier versions can be opened by the Teradata Access Module for OLE DB; however, XML-based .amj files cannot be opened with versions earlier than 02.02.00.
Some text is altered in an access module job file when the text contains illegal characters or characters that already have assigned meaning in XML. Altered text is identical to the unaltered text for all characters except for the following:
  • Less-than symbol (<)
  • Greater-than symbol (>)
  • Equal sign (=)
  • Ampersand (&)
  • All other characters for which the UTF-16 encoding of the character is not in the range [ 0x0020 – 0xd7ff ] or in the range [ 0xe000 – 0xfffd ]

Altered characters are replaced with an equal sign (=) followed by four hexadecimal digits representing the UTF-16 encoded value of the character. For example, an ampersand is replaced by =0026 because the UTF-16 encoding for an AMPERSAND is 0x0026.