Transaction scope and document persistence in memory

When a document is added using the -ADOC command, the Excel Adapter stores the document in memory. Documents stored in memory are identified by a document identifier that is either provided by the user, or generated by the Excel Adapter. The document persists in memory as specified by the transaction scope in the card settings.

  • When the transaction scope is MAP, the document is accessible in memory to later map rules in the same map. The document is removed from memory when the map completes processing.
  • When the transaction scope is CARD, the document is accessible in memory to later map rules on the same card. The document is removed from memory when the card completes processing, and is not accessible to map rules in later cards.